GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy.fromJson constructor

GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy.fromJson(core.Map json_)
  : this(
      regions: (json_['regions'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );