Name | Type | Description | Notes |
---|---|---|---|
SchemaName | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Ready | Pointer to bool | [optional] |
func NewPatchedTenantRequest() *PatchedTenantRequest
NewPatchedTenantRequest instantiates a new PatchedTenantRequest 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 NewPatchedTenantRequestWithDefaults() *PatchedTenantRequest
NewPatchedTenantRequestWithDefaults instantiates a new PatchedTenantRequest 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 *PatchedTenantRequest) GetSchemaName() string
GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.
func (o *PatchedTenantRequest) 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 *PatchedTenantRequest) SetSchemaName(v string)
SetSchemaName sets SchemaName field to given value.
func (o *PatchedTenantRequest) HasSchemaName() bool
HasSchemaName returns a boolean if a field has been set.
func (o *PatchedTenantRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedTenantRequest) 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 *PatchedTenantRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedTenantRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedTenantRequest) GetReady() bool
GetReady returns the Ready field if non-nil, zero value otherwise.
func (o *PatchedTenantRequest) 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 *PatchedTenantRequest) SetReady(v bool)
SetReady sets Ready field to given value.
func (o *PatchedTenantRequest) HasReady() bool
HasReady returns a boolean if a field has been set.