Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.16 KB

BrandingGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.16 KB

BrandingGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjBranding []BrandingAutocompleteElementResponse An array of Branding object containing the description, ID and active status about the element.

Methods

NewBrandingGetAutocompleteV2ResponseMPayload

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

NewBrandingGetAutocompleteV2ResponseMPayloadWithDefaults

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

GetAObjBranding

func (o *BrandingGetAutocompleteV2ResponseMPayload) GetAObjBranding() []BrandingAutocompleteElementResponse

GetAObjBranding returns the AObjBranding field if non-nil, zero value otherwise.

GetAObjBrandingOk

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.

SetAObjBranding

func (o *BrandingGetAutocompleteV2ResponseMPayload) SetAObjBranding(v []BrandingAutocompleteElementResponse)

SetAObjBranding sets AObjBranding field to given value.

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