Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
LogonIds | Pointer to []int32 | [optional] |
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
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
func (o *ModelsSSHUsersSshUserUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ModelsSSHUsersSshUserUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHUsersSshUserUpdateRequest) GetLogonIds() []int32
GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.
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.
func (o *ModelsSSHUsersSshUserUpdateRequest) SetLogonIds(v []int32)
SetLogonIds sets LogonIds field to given value.
func (o *ModelsSSHUsersSshUserUpdateRequest) HasLogonIds() bool
HasLogonIds returns a boolean if a field has been set.