Name | Type | Description | Notes |
---|---|---|---|
PromotedPurchase | Pointer to PromotedPurchaseImageRelationshipsPromotedPurchase | [optional] |
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
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
func (o *PromotedPurchaseImageRelationships) GetPromotedPurchase() PromotedPurchaseImageRelationshipsPromotedPurchase
GetPromotedPurchase returns the PromotedPurchase field if non-nil, zero value otherwise.
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.
func (o *PromotedPurchaseImageRelationships) SetPromotedPurchase(v PromotedPurchaseImageRelationshipsPromotedPurchase)
SetPromotedPurchase sets PromotedPurchase field to given value.
func (o *PromotedPurchaseImageRelationships) HasPromotedPurchase() bool
HasPromotedPurchase returns a boolean if a field has been set.