Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 4.83 KB

TenantUpdate.md

File metadata and controls

195 lines (108 loc) · 4.83 KB

TenantUpdate

Properties

Name Type Description Notes
Name string
Description Pointer to NullableString [optional]
Url Pointer to NullableString [optional]
Image Pointer to NullableString [optional]
Email Pointer to NullableString [optional]

Methods

NewTenantUpdate

func NewTenantUpdate(name string, ) *TenantUpdate

NewTenantUpdate instantiates a new TenantUpdate 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

NewTenantUpdateWithDefaults

func NewTenantUpdateWithDefaults() *TenantUpdate

NewTenantUpdateWithDefaults instantiates a new TenantUpdate 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

GetName

func (o *TenantUpdate) GetName() string

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

GetNameOk

func (o *TenantUpdate) 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 *TenantUpdate) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *TenantUpdate) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *TenantUpdate) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *TenantUpdate) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *TenantUpdate) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *TenantUpdate) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *TenantUpdate) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetUrl

func (o *TenantUpdate) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *TenantUpdate) GetUrlOk() (*string, bool)

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

SetUrl

func (o *TenantUpdate) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *TenantUpdate) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *TenantUpdate) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *TenantUpdate) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

GetImage

func (o *TenantUpdate) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *TenantUpdate) GetImageOk() (*string, bool)

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

SetImage

func (o *TenantUpdate) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *TenantUpdate) HasImage() bool

HasImage returns a boolean if a field has been set.

SetImageNil

func (o *TenantUpdate) SetImageNil(b bool)

SetImageNil sets the value for Image to be an explicit nil

UnsetImage

func (o *TenantUpdate) UnsetImage()

UnsetImage ensures that no value is present for Image, not even an explicit nil

GetEmail

func (o *TenantUpdate) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *TenantUpdate) GetEmailOk() (*string, bool)

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

SetEmail

func (o *TenantUpdate) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *TenantUpdate) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *TenantUpdate) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *TenantUpdate) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

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