GoogleCloudApigeeV1DnsZonePeeringConfig constructor

GoogleCloudApigeeV1DnsZonePeeringConfig({
  1. String? targetNetworkId,
  2. String? targetProjectId,
})

Implementation

GoogleCloudApigeeV1DnsZonePeeringConfig({
  this.targetNetworkId,
  this.targetProjectId,
});