Name | Type | Description | Notes |
---|---|---|---|
TenantUuid | string | [readonly] | |
SchemaName | string | ||
Name | string | ||
Ready | Pointer to bool | [optional] |
func NewTenant(tenantUuid string, schemaName string, name string, ) *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) GetTenantUuid() string
GetTenantUuid returns the TenantUuid field if non-nil, zero value otherwise.
func (o *Tenant) GetTenantUuidOk() (*string, bool)
GetTenantUuidOk returns a tuple with the TenantUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tenant) SetTenantUuid(v string)
SetTenantUuid sets TenantUuid field to given value.
func (o *Tenant) GetSchemaName() string
GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.
func (o *Tenant) GetSchemaNameOk() (*string, bool)
GetSchemaNameOk returns a tuple with the SchemaName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tenant) SetSchemaName(v string)
SetSchemaName sets SchemaName field to given value.
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) GetReady() bool
GetReady returns the Ready field if non-nil, zero value otherwise.
func (o *Tenant) GetReadyOk() (*bool, bool)
GetReadyOk returns a tuple with the Ready field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Tenant) SetReady(v bool)
SetReady sets Ready field to given value.
func (o *Tenant) HasReady() bool
HasReady returns a boolean if a field has been set.