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