Skip to content

Latest commit

 

History

History
334 lines (185 loc) · 8.09 KB

Tenant.md

File metadata and controls

334 lines (185 loc) · 8.09 KB

Tenant

Properties

Name Type Description Notes
Id Pointer to string [optional]
OwnerId Pointer to string [optional]
Name Pointer to NullableString [optional]
Type Pointer to NullableString [optional]
CreatedBy Pointer to NullableString [optional]
CreatedAt Pointer to NullableTime [optional]
ModifiedBy Pointer to NullableString [optional]
ModifiedAt Pointer to NullableTime [optional]
Settings Pointer to map[string]string [optional]

Methods

NewTenant

func NewTenant() *Tenant

NewTenant instantiates a new Tenant 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

NewTenantWithDefaults

func NewTenantWithDefaults() *Tenant

NewTenantWithDefaults instantiates a new Tenant 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

GetId

func (o *Tenant) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Tenant) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *Tenant) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *Tenant) HasId() bool

HasId returns a boolean if a field has been set.

GetOwnerId

func (o *Tenant) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

func (o *Tenant) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOwnerId

func (o *Tenant) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *Tenant) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetName

func (o *Tenant) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *Tenant) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *Tenant) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Tenant) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *Tenant) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *Tenant) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetType

func (o *Tenant) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *Tenant) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *Tenant) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *Tenant) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *Tenant) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *Tenant) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetCreatedBy

func (o *Tenant) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *Tenant) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *Tenant) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Tenant) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *Tenant) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *Tenant) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedAt

func (o *Tenant) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *Tenant) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *Tenant) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Tenant) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *Tenant) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *Tenant) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetModifiedBy

func (o *Tenant) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *Tenant) GetModifiedByOk() (*string, bool)

GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedBy

func (o *Tenant) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *Tenant) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *Tenant) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *Tenant) UnsetModifiedBy()

UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil

GetModifiedAt

func (o *Tenant) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

func (o *Tenant) GetModifiedAtOk() (*time.Time, bool)

GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedAt

func (o *Tenant) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *Tenant) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *Tenant) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *Tenant) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

GetSettings

func (o *Tenant) GetSettings() map[string]string

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *Tenant) GetSettingsOk() (*map[string]string, bool)

GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSettings

func (o *Tenant) SetSettings(v map[string]string)

SetSettings sets Settings field to given value.

HasSettings

func (o *Tenant) HasSettings() bool

HasSettings returns a boolean if a field has been set.

SetSettingsNil

func (o *Tenant) SetSettingsNil(b bool)

SetSettingsNil sets the value for Settings to be an explicit nil

UnsetSettings

func (o *Tenant) UnsetSettings()

UnsetSettings ensures that no value is present for Settings, not even an explicit nil

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