Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.22 KB

PromotedPurchaseImageRelationships.md

File metadata and controls

56 lines (31 loc) · 2.22 KB

PromotedPurchaseImageRelationships

Properties

Name Type Description Notes
PromotedPurchase Pointer to PromotedPurchaseImageRelationshipsPromotedPurchase [optional]

Methods

NewPromotedPurchaseImageRelationships

func NewPromotedPurchaseImageRelationships() *PromotedPurchaseImageRelationships

NewPromotedPurchaseImageRelationships instantiates a new PromotedPurchaseImageRelationships 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

NewPromotedPurchaseImageRelationshipsWithDefaults

func NewPromotedPurchaseImageRelationshipsWithDefaults() *PromotedPurchaseImageRelationships

NewPromotedPurchaseImageRelationshipsWithDefaults instantiates a new PromotedPurchaseImageRelationships 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

GetPromotedPurchase

func (o *PromotedPurchaseImageRelationships) GetPromotedPurchase() PromotedPurchaseImageRelationshipsPromotedPurchase

GetPromotedPurchase returns the PromotedPurchase field if non-nil, zero value otherwise.

GetPromotedPurchaseOk

func (o *PromotedPurchaseImageRelationships) GetPromotedPurchaseOk() (*PromotedPurchaseImageRelationshipsPromotedPurchase, bool)

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

SetPromotedPurchase

func (o *PromotedPurchaseImageRelationships) SetPromotedPurchase(v PromotedPurchaseImageRelationshipsPromotedPurchase)

SetPromotedPurchase sets PromotedPurchase field to given value.

HasPromotedPurchase

func (o *PromotedPurchaseImageRelationships) HasPromotedPurchase() bool

HasPromotedPurchase returns a boolean if a field has been set.

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