| Name | Type | Description | Notes |
|---|---|---|---|
| Username | string | ||
| LogonIds | Pointer to []int32 | [optional] |
func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest(username string, ) *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest
NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest
NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) 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 *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIds() []int32
GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIdsOk() (*[]int32, bool)
GetLogonIdsOk returns a tuple with the LogonIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIds(v []int32)
SetLogonIds sets LogonIds field to given value.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) HasLogonIds() bool
HasLogonIds returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIdsNil(b bool)
SetLogonIdsNil sets the value for LogonIds to be an explicit nil
func (o *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) UnsetLogonIds()
UnsetLogonIds ensures that no value is present for LogonIds, not even an explicit nil