| Name | Type | Description | Notes |
|---|---|---|---|
| LogonName | Pointer to NullableString | [optional] | |
| Users | Pointer to []string | [optional] |
func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest() *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest
NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest 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 NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest
NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest 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 *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetLogonName() string
GetLogonName returns the LogonName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetLogonNameOk() (*string, bool)
GetLogonNameOk returns a tuple with the LogonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetLogonName(v string)
SetLogonName sets LogonName field to given value.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) HasLogonName() bool
HasLogonName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetLogonNameNil(b bool)
SetLogonNameNil sets the value for LogonName to be an explicit nil
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) UnsetLogonName()
UnsetLogonName ensures that no value is present for LogonName, not even an explicit nil
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetUsers() []string
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetUsersOk() (*[]string, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetUsers(v []string)
SetUsers sets Users field to given value.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetUsersNil(b bool)
SetUsersNil sets the value for Users to be an explicit nil
func (o *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) UnsetUsers()
UnsetUsers ensures that no value is present for Users, not even an explicit nil