| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Key | Pointer to CSSCMSDataModelModelsSSHKeysKeyResponse | [optional] | |
| Username | Pointer to NullableString | [optional] | |
| Access | Pointer to []CSSCMSDataModelModelsSSHLogonsLogonResponse | [optional] | |
| IsGroup | Pointer to bool | [optional] |
func NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponse() *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse
NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponse instantiates a new CSSCMSDataModelModelsSSHUsersSshUserAccessResponse 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 NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse
NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHUsersSshUserAccessResponse 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 *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) 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 *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetKey() CSSCMSDataModelModelsSSHKeysKeyResponse
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetKeyOk() (*CSSCMSDataModelModelsSSHKeysKeyResponse, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetKey(v CSSCMSDataModelModelsSSHKeysKeyResponse)
SetKey sets Key field to given value.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) 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 *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetAccess() []CSSCMSDataModelModelsSSHLogonsLogonResponse
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetAccessOk() (*[]CSSCMSDataModelModelsSSHLogonsLogonResponse, 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 *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetAccess(v []CSSCMSDataModelModelsSSHLogonsLogonResponse)
SetAccess sets Access field to given value.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetAccessNil(b bool)
SetAccessNil sets the value for Access to be an explicit nil
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) UnsetAccess()
UnsetAccess ensures that no value is present for Access, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetIsGroup() bool
GetIsGroup returns the IsGroup field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetIsGroupOk() (*bool, bool)
GetIsGroupOk returns a tuple with the IsGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetIsGroup(v bool)
SetIsGroup sets IsGroup field to given value.
func (o *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasIsGroup() bool
HasIsGroup returns a boolean if a field has been set.