GoogleCloudApigeeV1DnsZonePeeringConfig.fromJson constructor

GoogleCloudApigeeV1DnsZonePeeringConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DnsZonePeeringConfig.fromJson(core.Map json_)
  : this(
      targetNetworkId: json_['targetNetworkId'] as core.String?,
      targetProjectId: json_['targetProjectId'] as core.String?,
    );