Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.42 KB

File metadata and controls

108 lines (59 loc) · 3.42 KB

CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

Properties

Name Type Description Notes
Id int32
Email string
Comment Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest

func NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest(id int32, email string, ) *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest instantiates a new CSSCMSDataModelModelsSSHKeysKeyUpdateRequest 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

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults

func NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHKeysKeyUpdateRequest 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

GetId

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetIdOk() (*int32, 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.

SetId

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetId(v int32)

SetId sets Id field to given value.

GetEmail

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetEmail() string

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

GetEmailOk

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) 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 *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetEmail(v string)

SetEmail sets Email field to given value.

GetComment

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetCommentOk() (*string, bool)

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

SetComment

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) HasComment() bool

HasComment returns a boolean if a field has been set.

SetCommentNil

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetCommentNil(b bool)

SetCommentNil sets the value for Comment to be an explicit nil

UnsetComment

func (o *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) UnsetComment()

UnsetComment ensures that no value is present for Comment, not even an explicit nil

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