DnsAutomationStatus constructor
DnsAutomationStatus({
- GoogleRpcStatus? error,
- String? fqdn,
- String? state,
Implementation
DnsAutomationStatus({this.error, this.fqdn, this.state});