Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.9 KB

PatchedTenantRequest.md

File metadata and controls

108 lines (59 loc) · 2.9 KB

PatchedTenantRequest

Properties

Name Type Description Notes
SchemaName Pointer to string [optional]
Name Pointer to string [optional]
Ready Pointer to bool [optional]

Methods

NewPatchedTenantRequest

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

NewPatchedTenantRequestWithDefaults

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

GetSchemaName

func (o *PatchedTenantRequest) GetSchemaName() string

GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.

GetSchemaNameOk

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.

SetSchemaName

func (o *PatchedTenantRequest) SetSchemaName(v string)

SetSchemaName sets SchemaName field to given value.

HasSchemaName

func (o *PatchedTenantRequest) HasSchemaName() bool

HasSchemaName returns a boolean if a field has been set.

GetName

func (o *PatchedTenantRequest) GetName() string

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

GetNameOk

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.

SetName

func (o *PatchedTenantRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedTenantRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetReady

func (o *PatchedTenantRequest) GetReady() bool

GetReady returns the Ready field if non-nil, zero value otherwise.

GetReadyOk

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.

SetReady

func (o *PatchedTenantRequest) SetReady(v bool)

SetReady sets Ready field to given value.

HasReady

func (o *PatchedTenantRequest) HasReady() bool

HasReady returns a boolean if a field has been set.

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