Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.15 KB

UsergroupGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.15 KB

UsergroupGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjUsergroup []UsergroupAutocompleteElementResponse An array of Usergroup autocomplete element response.

Methods

NewUsergroupGetAutocompleteV2ResponseMPayload

func NewUsergroupGetAutocompleteV2ResponseMPayload(aObjUsergroup []UsergroupAutocompleteElementResponse, ) *UsergroupGetAutocompleteV2ResponseMPayload

NewUsergroupGetAutocompleteV2ResponseMPayload instantiates a new UsergroupGetAutocompleteV2ResponseMPayload 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

NewUsergroupGetAutocompleteV2ResponseMPayloadWithDefaults

func NewUsergroupGetAutocompleteV2ResponseMPayloadWithDefaults() *UsergroupGetAutocompleteV2ResponseMPayload

NewUsergroupGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new UsergroupGetAutocompleteV2ResponseMPayload 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

GetAObjUsergroup

func (o *UsergroupGetAutocompleteV2ResponseMPayload) GetAObjUsergroup() []UsergroupAutocompleteElementResponse

GetAObjUsergroup returns the AObjUsergroup field if non-nil, zero value otherwise.

GetAObjUsergroupOk

func (o *UsergroupGetAutocompleteV2ResponseMPayload) GetAObjUsergroupOk() (*[]UsergroupAutocompleteElementResponse, bool)

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

SetAObjUsergroup

func (o *UsergroupGetAutocompleteV2ResponseMPayload) SetAObjUsergroup(v []UsergroupAutocompleteElementResponse)

SetAObjUsergroup sets AObjUsergroup field to given value.

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