Domain constructor
Domain({})
Implementation
Domain({
this.admin,
this.auditLogsEnabled,
this.authorizedNetworks,
this.createTime,
this.fqdn,
this.labels,
this.locations,
this.name,
this.reservedIpRange,
this.state,
this.statusMessage,
this.trusts,
this.updateTime,
});