Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.45 KB

LapsUser.md

File metadata and controls

134 lines (73 loc) · 3.45 KB

LapsUser

Properties

Name Type Description Notes
ClientManagementId Pointer to string [optional]
Guid Pointer to string [optional]
Username Pointer to string [optional]
UserSource Pointer to string [optional]

Methods

NewLapsUser

func NewLapsUser() *LapsUser

NewLapsUser instantiates a new LapsUser 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

NewLapsUserWithDefaults

func NewLapsUserWithDefaults() *LapsUser

NewLapsUserWithDefaults instantiates a new LapsUser 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

GetClientManagementId

func (o *LapsUser) GetClientManagementId() string

GetClientManagementId returns the ClientManagementId field if non-nil, zero value otherwise.

GetClientManagementIdOk

func (o *LapsUser) GetClientManagementIdOk() (*string, bool)

GetClientManagementIdOk returns a tuple with the ClientManagementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientManagementId

func (o *LapsUser) SetClientManagementId(v string)

SetClientManagementId sets ClientManagementId field to given value.

HasClientManagementId

func (o *LapsUser) HasClientManagementId() bool

HasClientManagementId returns a boolean if a field has been set.

GetGuid

func (o *LapsUser) GetGuid() string

GetGuid returns the Guid field if non-nil, zero value otherwise.

GetGuidOk

func (o *LapsUser) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGuid

func (o *LapsUser) SetGuid(v string)

SetGuid sets Guid field to given value.

HasGuid

func (o *LapsUser) HasGuid() bool

HasGuid returns a boolean if a field has been set.

GetUsername

func (o *LapsUser) GetUsername() string

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

GetUsernameOk

func (o *LapsUser) 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 *LapsUser) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *LapsUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetUserSource

func (o *LapsUser) GetUserSource() string

GetUserSource returns the UserSource field if non-nil, zero value otherwise.

GetUserSourceOk

func (o *LapsUser) GetUserSourceOk() (*string, bool)

GetUserSourceOk returns a tuple with the UserSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserSource

func (o *LapsUser) SetUserSource(v string)

SetUserSource sets UserSource field to given value.

HasUserSource

func (o *LapsUser) HasUserSource() bool

HasUserSource returns a boolean if a field has been set.

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