| Name | Type | Description | Notes |
|---|---|---|---|
| ServerId | Pointer to int32 | [optional] | |
| LogonUsers | Pointer to []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse | [optional] |
func NewCSSCMSDataModelModelsSSHAccessServerAccessResponse() *CSSCMSDataModelModelsSSHAccessServerAccessResponse
NewCSSCMSDataModelModelsSSHAccessServerAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessResponse 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 NewCSSCMSDataModelModelsSSHAccessServerAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessServerAccessResponse
NewCSSCMSDataModelModelsSSHAccessServerAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessResponse 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 *CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetServerId() int32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) 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 *CSSCMSDataModelModelsSSHAccessServerAccessResponse) SetServerId(v int32)
SetServerId sets ServerId field to given value.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetLogonUsers() []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse
GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetLogonUsersOk() (*[]CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse, 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 *CSSCMSDataModelModelsSSHAccessServerAccessResponse) SetLogonUsers(v []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse)
SetLogonUsers sets LogonUsers field to given value.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) HasLogonUsers() bool
HasLogonUsers returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) SetLogonUsersNil(b bool)
SetLogonUsersNil sets the value for LogonUsers to be an explicit nil
func (o *CSSCMSDataModelModelsSSHAccessServerAccessResponse) UnsetLogonUsers()
UnsetLogonUsers ensures that no value is present for LogonUsers, not even an explicit nil