Name | Type | Description | Notes |
---|---|---|---|
AObjDepartment | []DepartmentAutocompleteElementResponse | An array of Department autocomplete element response. |
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
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
func (o *DepartmentGetAutocompleteV2ResponseMPayload) GetAObjDepartment() []DepartmentAutocompleteElementResponse
GetAObjDepartment returns the AObjDepartment field if non-nil, zero value otherwise.
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.
func (o *DepartmentGetAutocompleteV2ResponseMPayload) SetAObjDepartment(v []DepartmentAutocompleteElementResponse)
SetAObjDepartment sets AObjDepartment field to given value.