Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.84 KB

BrandingCreateObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 1.84 KB

BrandingCreateObjectV1Request

Properties

Name Type Description Notes
AObjBranding []BrandingRequestCompound

Methods

NewBrandingCreateObjectV1Request

func NewBrandingCreateObjectV1Request(aObjBranding []BrandingRequestCompound, ) *BrandingCreateObjectV1Request

NewBrandingCreateObjectV1Request instantiates a new BrandingCreateObjectV1Request 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

NewBrandingCreateObjectV1RequestWithDefaults

func NewBrandingCreateObjectV1RequestWithDefaults() *BrandingCreateObjectV1Request

NewBrandingCreateObjectV1RequestWithDefaults instantiates a new BrandingCreateObjectV1Request 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 *BrandingCreateObjectV1Request) GetAObjBranding() []BrandingRequestCompound

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

GetAObjBrandingOk

func (o *BrandingCreateObjectV1Request) GetAObjBrandingOk() (*[]BrandingRequestCompound, 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 *BrandingCreateObjectV1Request) SetAObjBranding(v []BrandingRequestCompound)

SetAObjBranding sets AObjBranding field to given value.

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