Name | Type | Description | Notes |
---|---|---|---|
LogonId | int32 | ||
UserIds | Pointer to []int32 | [optional] |
func NewModelsSSHLogonsLogonAccessRequest(logonId int32, ) *ModelsSSHLogonsLogonAccessRequest
NewModelsSSHLogonsLogonAccessRequest instantiates a new ModelsSSHLogonsLogonAccessRequest 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 NewModelsSSHLogonsLogonAccessRequestWithDefaults() *ModelsSSHLogonsLogonAccessRequest
NewModelsSSHLogonsLogonAccessRequestWithDefaults instantiates a new ModelsSSHLogonsLogonAccessRequest 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 *ModelsSSHLogonsLogonAccessRequest) GetLogonId() int32
GetLogonId returns the LogonId field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonAccessRequest) GetLogonIdOk() (*int32, bool)
GetLogonIdOk returns a tuple with the LogonId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHLogonsLogonAccessRequest) SetLogonId(v int32)
SetLogonId sets LogonId field to given value.
func (o *ModelsSSHLogonsLogonAccessRequest) GetUserIds() []int32
GetUserIds returns the UserIds field if non-nil, zero value otherwise.
func (o *ModelsSSHLogonsLogonAccessRequest) 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 *ModelsSSHLogonsLogonAccessRequest) SetUserIds(v []int32)
SetUserIds sets UserIds field to given value.
func (o *ModelsSSHLogonsLogonAccessRequest) HasUserIds() bool
HasUserIds returns a boolean if a field has been set.