Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Username | Pointer to string | [optional] | |
LastLogon | Pointer to time.Time | [optional] | |
Server | Pointer to ModelsSSHServersServerResponse | [optional] | |
KeyCount | Pointer to int32 | [optional] | |
Access | Pointer to []ModelsSSHUsersSshUserResponse | [optional] |
func NewModelsSSHLogonsLogonResponse() *ModelsSSHLogonsLogonResponse
NewModelsSSHLogonsLogonResponse instantiates a new ModelsSSHLogonsLogonResponse 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 NewModelsSSHLogonsLogonResponseWithDefaults() *ModelsSSHLogonsLogonResponse
NewModelsSSHLogonsLogonResponseWithDefaults instantiates a new ModelsSSHLogonsLogonResponse 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 *ModelsSSHLogonsLogonResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) 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 *ModelsSSHLogonsLogonResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHLogonsLogonResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) 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 *ModelsSSHLogonsLogonResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ModelsSSHLogonsLogonResponse) GetLastLogon() time.Time
GetLastLogon returns the LastLogon field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) GetLastLogonOk() (*time.Time, bool)
GetLastLogonOk returns a tuple with the LastLogon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHLogonsLogonResponse) SetLastLogon(v time.Time)
SetLastLogon sets LastLogon field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasLastLogon() bool
HasLastLogon returns a boolean if a field has been set.
func (o *ModelsSSHLogonsLogonResponse) GetServer() ModelsSSHServersServerResponse
GetServer returns the Server field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) GetServerOk() (*ModelsSSHServersServerResponse, bool)
GetServerOk returns a tuple with the Server field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHLogonsLogonResponse) SetServer(v ModelsSSHServersServerResponse)
SetServer sets Server field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasServer() bool
HasServer returns a boolean if a field has been set.
func (o *ModelsSSHLogonsLogonResponse) GetKeyCount() int32
GetKeyCount returns the KeyCount field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) GetKeyCountOk() (*int32, bool)
GetKeyCountOk returns a tuple with the KeyCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHLogonsLogonResponse) SetKeyCount(v int32)
SetKeyCount sets KeyCount field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasKeyCount() bool
HasKeyCount returns a boolean if a field has been set.
func (o *ModelsSSHLogonsLogonResponse) GetAccess() []ModelsSSHUsersSshUserResponse
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonResponse) GetAccessOk() (*[]ModelsSSHUsersSshUserResponse, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHLogonsLogonResponse) SetAccess(v []ModelsSSHUsersSshUserResponse)
SetAccess sets Access field to given value.
func (o *ModelsSSHLogonsLogonResponse) HasAccess() bool
HasAccess returns a boolean if a field has been set.