Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.39 KB

ModelsSSHLogonsLogonAccessRequest.md

File metadata and controls

77 lines (42 loc) · 2.39 KB

ModelsSSHLogonsLogonAccessRequest

Properties

Name Type Description Notes
LogonId int32
UserIds Pointer to []int32 [optional]

Methods

NewModelsSSHLogonsLogonAccessRequest

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

NewModelsSSHLogonsLogonAccessRequestWithDefaults

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

GetLogonId

func (o *ModelsSSHLogonsLogonAccessRequest) GetLogonId() int32

GetLogonId returns the LogonId field if non-nil, zero value otherwise.

GetLogonIdOk

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.

SetLogonId

func (o *ModelsSSHLogonsLogonAccessRequest) SetLogonId(v int32)

SetLogonId sets LogonId field to given value.

GetUserIds

func (o *ModelsSSHLogonsLogonAccessRequest) GetUserIds() []int32

GetUserIds returns the UserIds field if non-nil, zero value otherwise.

GetUserIdsOk

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.

SetUserIds

func (o *ModelsSSHLogonsLogonAccessRequest) SetUserIds(v []int32)

SetUserIds sets UserIds field to given value.

HasUserIds

func (o *ModelsSSHLogonsLogonAccessRequest) HasUserIds() bool

HasUserIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]