Name | Type | Description | Notes |
---|---|---|---|
ServerId | Pointer to int32 | [optional] | |
LogonUsers | Pointer to []ModelsSSHAccessLogonUserAccessResponse | [optional] |
func NewModelsSSHAccessServerAccessResponse() *ModelsSSHAccessServerAccessResponse
NewModelsSSHAccessServerAccessResponse instantiates a new ModelsSSHAccessServerAccessResponse 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 NewModelsSSHAccessServerAccessResponseWithDefaults() *ModelsSSHAccessServerAccessResponse
NewModelsSSHAccessServerAccessResponseWithDefaults instantiates a new ModelsSSHAccessServerAccessResponse 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 *ModelsSSHAccessServerAccessResponse) GetServerId() int32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *ModelsSSHAccessServerAccessResponse) GetServerIdOk() (*int32, bool)
GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHAccessServerAccessResponse) SetServerId(v int32)
SetServerId sets ServerId field to given value.
func (o *ModelsSSHAccessServerAccessResponse) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *ModelsSSHAccessServerAccessResponse) GetLogonUsers() []ModelsSSHAccessLogonUserAccessResponse
GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise.
func (o *ModelsSSHAccessServerAccessResponse) GetLogonUsersOk() (*[]ModelsSSHAccessLogonUserAccessResponse, bool)
GetLogonUsersOk returns a tuple with the LogonUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHAccessServerAccessResponse) SetLogonUsers(v []ModelsSSHAccessLogonUserAccessResponse)
SetLogonUsers sets LogonUsers field to given value.
func (o *ModelsSSHAccessServerAccessResponse) HasLogonUsers() bool
HasLogonUsers returns a boolean if a field has been set.