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