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] |
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
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
func (o *Tenant) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetId(v string)
SetId sets Id field to given value.
func (o *Tenant) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Tenant) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *Tenant) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *Tenant) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetName(v string)
SetName sets Name field to given value.
func (o *Tenant) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Tenant) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *Tenant) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *Tenant) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetType(v string)
SetType sets Type field to given value.
func (o *Tenant) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Tenant) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *Tenant) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *Tenant) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Tenant) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Tenant) SetCreatedByNil(b bool)
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (o *Tenant) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (o *Tenant) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Tenant) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Tenant) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *Tenant) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *Tenant) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *Tenant) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *Tenant) SetModifiedByNil(b bool)
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (o *Tenant) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (o *Tenant) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetModifiedAt(v time.Time)
SetModifiedAt sets ModifiedAt field to given value.
func (o *Tenant) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (o *Tenant) SetModifiedAtNil(b bool)
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (o *Tenant) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (o *Tenant) GetSettings() map[string]string
GetSettings returns the Settings field if non-nil, zero value otherwise.
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.
func (o *Tenant) SetSettings(v map[string]string)
SetSettings sets Settings field to given value.
func (o *Tenant) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *Tenant) SetSettingsNil(b bool)
SetSettingsNil sets the value for Settings to be an explicit nil
func (o *Tenant) UnsetSettings()
UnsetSettings ensures that no value is present for Settings, not even an explicit nil