DefaultDomainState constructor
const
DefaultDomainState({})
Creates a new DefaultDomainState.
domainName Mail domain name to set as the default.
organizationId Identifier of the WorkMail organization. Changing this forces a new resource.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const DefaultDomainState({
this.domainName,
this.organizationId,
this.region,
});