Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.36 KB

ModelsSSHUsersSshUserUpdateRequest.md

File metadata and controls

77 lines (42 loc) · 2.36 KB

ModelsSSHUsersSshUserUpdateRequest

Properties

Name Type Description Notes
Id int32
LogonIds Pointer to []int32 [optional]

Methods

NewModelsSSHUsersSshUserUpdateRequest

func NewModelsSSHUsersSshUserUpdateRequest(id int32, ) *ModelsSSHUsersSshUserUpdateRequest

NewModelsSSHUsersSshUserUpdateRequest instantiates a new ModelsSSHUsersSshUserUpdateRequest 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

NewModelsSSHUsersSshUserUpdateRequestWithDefaults

func NewModelsSSHUsersSshUserUpdateRequestWithDefaults() *ModelsSSHUsersSshUserUpdateRequest

NewModelsSSHUsersSshUserUpdateRequestWithDefaults instantiates a new ModelsSSHUsersSshUserUpdateRequest 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 *ModelsSSHUsersSshUserUpdateRequest) GetId() int32

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

GetIdOk

func (o *ModelsSSHUsersSshUserUpdateRequest) 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 *ModelsSSHUsersSshUserUpdateRequest) SetId(v int32)

SetId sets Id field to given value.

GetLogonIds

func (o *ModelsSSHUsersSshUserUpdateRequest) GetLogonIds() []int32

GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.

GetLogonIdsOk

func (o *ModelsSSHUsersSshUserUpdateRequest) GetLogonIdsOk() (*[]int32, bool)

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

SetLogonIds

func (o *ModelsSSHUsersSshUserUpdateRequest) SetLogonIds(v []int32)

SetLogonIds sets LogonIds field to given value.

HasLogonIds

func (o *ModelsSSHUsersSshUserUpdateRequest) HasLogonIds() bool

HasLogonIds returns a boolean if a field has been set.

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