| Name | Type | Description | Notes |
|---|---|---|---|
| ServerGroupId | string | ||
| LogonUsers | []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest |
func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest(serverGroupId string, logonUsers []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest, ) *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest
NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest 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 NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest
NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest 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 *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetServerGroupId() string
GetServerGroupId returns the ServerGroupId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) 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 *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) SetServerGroupId(v string)
SetServerGroupId sets ServerGroupId field to given value.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetLogonUsers() []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest
GetLogonUsers returns the LogonUsers field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetLogonUsersOk() (*[]CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest, 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 *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) SetLogonUsers(v []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest)
SetLogonUsers sets LogonUsers field to given value.