GoogleCloudBeyondcorpSecuritygatewaysV1Hub.fromJson constructor

GoogleCloudBeyondcorpSecuritygatewaysV1Hub.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1Hub.fromJson(core.Map json_)
  : this(
      internetGateway: json_.containsKey('internetGateway')
          ? GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway.fromJson(
              json_['internetGateway'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );