| Name | Type | Description | Notes |
|---|---|---|---|
| PredefinedVariations | []UpdatePredefinedVariationModel | A collection of Predefined Variations. |
func NewUpdatePredefinedVariationsRequest(predefinedVariations []UpdatePredefinedVariationModel, ) *UpdatePredefinedVariationsRequest
NewUpdatePredefinedVariationsRequest instantiates a new UpdatePredefinedVariationsRequest 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 NewUpdatePredefinedVariationsRequestWithDefaults() *UpdatePredefinedVariationsRequest
NewUpdatePredefinedVariationsRequestWithDefaults instantiates a new UpdatePredefinedVariationsRequest 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 *UpdatePredefinedVariationsRequest) GetPredefinedVariations() []UpdatePredefinedVariationModel
GetPredefinedVariations returns the PredefinedVariations field if non-nil, zero value otherwise.
func (o *UpdatePredefinedVariationsRequest) GetPredefinedVariationsOk() (*[]UpdatePredefinedVariationModel, bool)
GetPredefinedVariationsOk returns a tuple with the PredefinedVariations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePredefinedVariationsRequest) SetPredefinedVariations(v []UpdatePredefinedVariationModel)
SetPredefinedVariations sets PredefinedVariations field to given value.