| Name | Type | Description | Notes |
|---|---|---|---|
| Username | string | ||
| ServerId | int32 | ||
| UserIds | Pointer to []int32 | [optional] |
func NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequest(username string, serverId int32, ) *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest
NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequest instantiates a new CSSCMSDataModelModelsSSHLogonsLogonCreationRequest 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 NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest
NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHLogonsLogonCreationRequest 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 *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) 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 *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetServerId() int32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetServerIdOk() (*int32, bool)
GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetServerId(v int32)
SetServerId sets ServerId field to given value.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUserIds() []int32
GetUserIds returns the UserIds field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUserIdsOk() (*[]int32, bool)
GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetUserIds(v []int32)
SetUserIds sets UserIds field to given value.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) HasUserIds() bool
HasUserIds returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetUserIdsNil(b bool)
SetUserIdsNil sets the value for UserIds to be an explicit nil
func (o *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) UnsetUserIds()
UnsetUserIds ensures that no value is present for UserIds, not even an explicit nil