Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

LapsUserPasswordRequestV2.md

File metadata and controls

56 lines (31 loc) · 2 KB

LapsUserPasswordRequestV2

Properties

Name Type Description Notes
LapsUserPasswordList Pointer to []LapsUserPasswordV2 [optional]

Methods

NewLapsUserPasswordRequestV2

func NewLapsUserPasswordRequestV2() *LapsUserPasswordRequestV2

NewLapsUserPasswordRequestV2 instantiates a new LapsUserPasswordRequestV2 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

NewLapsUserPasswordRequestV2WithDefaults

func NewLapsUserPasswordRequestV2WithDefaults() *LapsUserPasswordRequestV2

NewLapsUserPasswordRequestV2WithDefaults instantiates a new LapsUserPasswordRequestV2 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

GetLapsUserPasswordList

func (o *LapsUserPasswordRequestV2) GetLapsUserPasswordList() []LapsUserPasswordV2

GetLapsUserPasswordList returns the LapsUserPasswordList field if non-nil, zero value otherwise.

GetLapsUserPasswordListOk

func (o *LapsUserPasswordRequestV2) GetLapsUserPasswordListOk() (*[]LapsUserPasswordV2, bool)

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

SetLapsUserPasswordList

func (o *LapsUserPasswordRequestV2) SetLapsUserPasswordList(v []LapsUserPasswordV2)

SetLapsUserPasswordList sets LapsUserPasswordList field to given value.

HasLapsUserPasswordList

func (o *LapsUserPasswordRequestV2) HasLapsUserPasswordList() bool

HasLapsUserPasswordList returns a boolean if a field has been set.

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