| Name | Type | Description | Notes |
|---|---|---|---|
| OptionName | string | ||
| OptionValueName | string |
func NewProductVariantAddBatchPayloadInnerCombinationInner(optionName string, optionValueName string, ) *ProductVariantAddBatchPayloadInnerCombinationInner
NewProductVariantAddBatchPayloadInnerCombinationInner instantiates a new ProductVariantAddBatchPayloadInnerCombinationInner 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 NewProductVariantAddBatchPayloadInnerCombinationInnerWithDefaults() *ProductVariantAddBatchPayloadInnerCombinationInner
NewProductVariantAddBatchPayloadInnerCombinationInnerWithDefaults instantiates a new ProductVariantAddBatchPayloadInnerCombinationInner 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 *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionName() string
GetOptionName returns the OptionName field if non-nil, zero value otherwise.
func (o *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionNameOk() (*string, bool)
GetOptionNameOk returns a tuple with the OptionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductVariantAddBatchPayloadInnerCombinationInner) SetOptionName(v string)
SetOptionName sets OptionName field to given value.
func (o *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionValueName() string
GetOptionValueName returns the OptionValueName field if non-nil, zero value otherwise.
func (o *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionValueNameOk() (*string, bool)
GetOptionValueNameOk returns a tuple with the OptionValueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductVariantAddBatchPayloadInnerCombinationInner) SetOptionValueName(v string)
SetOptionValueName sets OptionValueName field to given value.