DnsAutomationStatus constructor

DnsAutomationStatus({
  1. GoogleRpcStatus? error,
  2. String? fqdn,
  3. String? state,
})

Implementation

DnsAutomationStatus({this.error, this.fqdn, this.state});