GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway.fromJson constructor

GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway.fromJson(
  1. Map json_
)

Implementation

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