| Name | Type | Description | Notes |
|---|---|---|---|
| ServerGroupId | Pointer to string | [optional] | |
| LogonUsers | Pointer to []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse | [optional] |
func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse
NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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 NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse
NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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 *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupId() string
GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupIdOk() (*string, bool)
GetServerGroupIdOk returns a tuple with the ServerGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetServerGroupId(v string)
SetServerGroupId sets ServerGroupId field to given value.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasServerGroupId() bool
HasServerGroupId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetLogonUsers() []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse
GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) 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 *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetLogonUsers(v []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse)
SetLogonUsers sets LogonUsers field to given value.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasLogonUsers() bool
HasLogonUsers returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetLogonUsersNil(b bool)
SetLogonUsersNil sets the value for LogonUsers to be an explicit nil
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) UnsetLogonUsers()
UnsetLogonUsers ensures that no value is present for LogonUsers, not even an explicit nil