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