Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.19 KB

DepartmentGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.19 KB

DepartmentGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjDepartment []DepartmentAutocompleteElementResponse An array of Department autocomplete element response.

Methods

NewDepartmentGetAutocompleteV2ResponseMPayload

func NewDepartmentGetAutocompleteV2ResponseMPayload(aObjDepartment []DepartmentAutocompleteElementResponse, ) *DepartmentGetAutocompleteV2ResponseMPayload

NewDepartmentGetAutocompleteV2ResponseMPayload instantiates a new DepartmentGetAutocompleteV2ResponseMPayload 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

NewDepartmentGetAutocompleteV2ResponseMPayloadWithDefaults

func NewDepartmentGetAutocompleteV2ResponseMPayloadWithDefaults() *DepartmentGetAutocompleteV2ResponseMPayload

NewDepartmentGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new DepartmentGetAutocompleteV2ResponseMPayload 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

GetAObjDepartment

func (o *DepartmentGetAutocompleteV2ResponseMPayload) GetAObjDepartment() []DepartmentAutocompleteElementResponse

GetAObjDepartment returns the AObjDepartment field if non-nil, zero value otherwise.

GetAObjDepartmentOk

func (o *DepartmentGetAutocompleteV2ResponseMPayload) GetAObjDepartmentOk() (*[]DepartmentAutocompleteElementResponse, bool)

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

SetAObjDepartment

func (o *DepartmentGetAutocompleteV2ResponseMPayload) SetAObjDepartment(v []DepartmentAutocompleteElementResponse)

SetAObjDepartment sets AObjDepartment field to given value.

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