GoogleCloudApigeeV1DnsZone constructor

GoogleCloudApigeeV1DnsZone({
  1. String? createTime,
  2. String? description,
  3. String? domain,
  4. String? name,
  5. GoogleCloudApigeeV1DnsZonePeeringConfig? peeringConfig,
  6. String? state,
  7. String? updateTime,
})

Implementation

GoogleCloudApigeeV1DnsZone({
  this.createTime,
  this.description,
  this.domain,
  this.name,
  this.peeringConfig,
  this.state,
  this.updateTime,
});