Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.85 KB

ModelsSSHServiceAccountsServiceAccountUserCreationRequest.md

File metadata and controls

77 lines (42 loc) · 2.85 KB

ModelsSSHServiceAccountsServiceAccountUserCreationRequest

Properties

Name Type Description Notes
Username string
LogonIds Pointer to []int32 [optional]

Methods

NewModelsSSHServiceAccountsServiceAccountUserCreationRequest

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

NewModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults

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

GetUsername

func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetUsername(v string)

SetUsername sets Username field to given value.

GetLogonIds

func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIds() []int32

GetLogonIds returns the LogonIds field if non-nil, zero value otherwise.

GetLogonIdsOk

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.

SetLogonIds

func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIds(v []int32)

SetLogonIds sets LogonIds field to given value.

HasLogonIds

func (o *ModelsSSHServiceAccountsServiceAccountUserCreationRequest) HasLogonIds() bool

HasLogonIds returns a boolean if a field has been set.

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