Name | Type | Description | Notes |
---|---|---|---|
AObjBranding | []BrandingAutocompleteElementResponse | An array of Branding object containing the description, ID and active status about the element. |
func NewBrandingGetAutocompleteV2ResponseMPayload(aObjBranding []BrandingAutocompleteElementResponse, ) *BrandingGetAutocompleteV2ResponseMPayload
NewBrandingGetAutocompleteV2ResponseMPayload instantiates a new BrandingGetAutocompleteV2ResponseMPayload 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 NewBrandingGetAutocompleteV2ResponseMPayloadWithDefaults() *BrandingGetAutocompleteV2ResponseMPayload
NewBrandingGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new BrandingGetAutocompleteV2ResponseMPayload 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 *BrandingGetAutocompleteV2ResponseMPayload) GetAObjBranding() []BrandingAutocompleteElementResponse
GetAObjBranding returns the AObjBranding field if non-nil, zero value otherwise.
func (o *BrandingGetAutocompleteV2ResponseMPayload) GetAObjBrandingOk() (*[]BrandingAutocompleteElementResponse, bool)
GetAObjBrandingOk returns a tuple with the AObjBranding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BrandingGetAutocompleteV2ResponseMPayload) SetAObjBranding(v []BrandingAutocompleteElementResponse)
SetAObjBranding sets AObjBranding field to given value.