Name | Type | Description | Notes |
---|---|---|---|
DomainAliases | Pointer to []string | [optional] |
func NewTenantConnectionOptions() *TenantConnectionOptions
NewTenantConnectionOptions instantiates a new TenantConnectionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTenantConnectionOptionsWithDefaults() *TenantConnectionOptions
NewTenantConnectionOptionsWithDefaults instantiates a new TenantConnectionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TenantConnectionOptions) GetDomainAliases() []string
GetDomainAliases returns the DomainAliases field if non-nil, zero value otherwise.
func (o *TenantConnectionOptions) GetDomainAliasesOk() (*[]string, bool)
GetDomainAliasesOk returns a tuple with the DomainAliases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantConnectionOptions) SetDomainAliases(v []string)
SetDomainAliases sets DomainAliases field to given value.
func (o *TenantConnectionOptions) HasDomainAliases() bool
HasDomainAliases returns a boolean if a field has been set.
func (o *TenantConnectionOptions) SetDomainAliasesNil(b bool)
SetDomainAliasesNil sets the value for DomainAliases to be an explicit nil
func (o *TenantConnectionOptions) UnsetDomainAliases()
UnsetDomainAliases ensures that no value is present for DomainAliases, not even an explicit nil