AutomatedDnsRecord constructor
AutomatedDnsRecord({
- String? consumerNetwork,
- String? createTime,
- String? creationMode,
- Config? currentConfig,
- String? description,
- String? dnsSuffix,
- String? dnsZone,
- String? etag,
- String? fqdn,
- String? hostname,
- Map<
String, String> ? labels, - String? name,
- Config? originalConfig,
- String? recordType,
- String? serviceClass,
- String? state,
- String? stateDetails,
- String? updateTime,
Implementation
AutomatedDnsRecord({
this.consumerNetwork,
this.createTime,
this.creationMode,
this.currentConfig,
this.description,
this.dnsSuffix,
this.dnsZone,
this.etag,
this.fqdn,
this.hostname,
this.labels,
this.name,
this.originalConfig,
this.recordType,
this.serviceClass,
this.state,
this.stateDetails,
this.updateTime,
});