Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
LogonIds | Pointer to []int32 | [optional] |
func NewModelsSSHServiceAccountsServiceAccountUserCreationRequest(username string, ) *ModelsSSHServiceAccountsServiceAccountUserCreationRequest
NewModelsSSHServiceAccountsServiceAccountUserCreationRequest instantiates a new ModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults() *ModelsSSHServiceAccountsServiceAccountUserCreationRequest
NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults instantiates a new ModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) 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 *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIds() []int32
GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.
func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) 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 *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIds(v []int32)
SetLogonIds sets LogonIds field to given value.
func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) HasLogonIds() bool
HasLogonIds returns a boolean if a field has been set.