Domain
This class provides configuration settings for defining domain parameters, including optional subdomain and custom domain specifications. It allows for the customization of network identifiers or the use of default values when specific domains are not provided.
Attributes
| Attribute | Type | Description |
|---|---|---|
| subdomain | Optional[str] = null | Subdomain to use for the domain. If not set, the default subdomain will be used. |
| custom_domain | Optional[str] = null | Custom domain to use for the domain. If not set, the default custom domain will be used. |