Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Key | Pointer to ModelsSSHKeysKeyResponse | [optional] | |
Username | Pointer to string | [optional] | |
LogonIds | Pointer to []int32 | [optional] |
func NewModelsSSHUsersSshUserResponse() *ModelsSSHUsersSshUserResponse
NewModelsSSHUsersSshUserResponse instantiates a new ModelsSSHUsersSshUserResponse 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 NewModelsSSHUsersSshUserResponseWithDefaults() *ModelsSSHUsersSshUserResponse
NewModelsSSHUsersSshUserResponseWithDefaults instantiates a new ModelsSSHUsersSshUserResponse 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 *ModelsSSHUsersSshUserResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHUsersSshUserResponse) 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 *ModelsSSHUsersSshUserResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHUsersSshUserResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHUsersSshUserResponse) GetKey() ModelsSSHKeysKeyResponse
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ModelsSSHUsersSshUserResponse) GetKeyOk() (*ModelsSSHKeysKeyResponse, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHUsersSshUserResponse) SetKey(v ModelsSSHKeysKeyResponse)
SetKey sets Key field to given value.
func (o *ModelsSSHUsersSshUserResponse) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ModelsSSHUsersSshUserResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsSSHUsersSshUserResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHUsersSshUserResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ModelsSSHUsersSshUserResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ModelsSSHUsersSshUserResponse) GetLogonIds() []int32
GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.
func (o *ModelsSSHUsersSshUserResponse) 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 *ModelsSSHUsersSshUserResponse) SetLogonIds(v []int32)
SetLogonIds sets LogonIds field to given value.
func (o *ModelsSSHUsersSshUserResponse) HasLogonIds() bool
HasLogonIds returns a boolean if a field has been set.