Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.13 KB

TenantConnectionOptions.md

File metadata and controls

66 lines (37 loc) · 2.13 KB

TenantConnectionOptions

Properties

Name Type Description Notes
DomainAliases Pointer to []string [optional]

Methods

NewTenantConnectionOptions

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

NewTenantConnectionOptionsWithDefaults

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

GetDomainAliases

func (o *TenantConnectionOptions) GetDomainAliases() []string

GetDomainAliases returns the DomainAliases field if non-nil, zero value otherwise.

GetDomainAliasesOk

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.

SetDomainAliases

func (o *TenantConnectionOptions) SetDomainAliases(v []string)

SetDomainAliases sets DomainAliases field to given value.

HasDomainAliases

func (o *TenantConnectionOptions) HasDomainAliases() bool

HasDomainAliases returns a boolean if a field has been set.

SetDomainAliasesNil

func (o *TenantConnectionOptions) SetDomainAliasesNil(b bool)

SetDomainAliasesNil sets the value for DomainAliases to be an explicit nil

UnsetDomainAliases

func (o *TenantConnectionOptions) UnsetDomainAliases()

UnsetDomainAliases ensures that no value is present for DomainAliases, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]