| Name | Type | Description | Notes |
|---|---|---|---|
| OptionName | Pointer to string | [optional] | |
| OptionValue | Pointer to string | [optional] |
func NewProductVariantUpdateOptionsInner() *ProductVariantUpdateOptionsInner
NewProductVariantUpdateOptionsInner instantiates a new ProductVariantUpdateOptionsInner 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 NewProductVariantUpdateOptionsInnerWithDefaults() *ProductVariantUpdateOptionsInner
NewProductVariantUpdateOptionsInnerWithDefaults instantiates a new ProductVariantUpdateOptionsInner 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 *ProductVariantUpdateOptionsInner) GetOptionName() string
GetOptionName returns the OptionName field if non-nil, zero value otherwise.
func (o *ProductVariantUpdateOptionsInner) 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 *ProductVariantUpdateOptionsInner) SetOptionName(v string)
SetOptionName sets OptionName field to given value.
func (o *ProductVariantUpdateOptionsInner) HasOptionName() bool
HasOptionName returns a boolean if a field has been set.
func (o *ProductVariantUpdateOptionsInner) GetOptionValue() string
GetOptionValue returns the OptionValue field if non-nil, zero value otherwise.
func (o *ProductVariantUpdateOptionsInner) GetOptionValueOk() (*string, bool)
GetOptionValueOk returns a tuple with the OptionValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductVariantUpdateOptionsInner) SetOptionValue(v string)
SetOptionValue sets OptionValue field to given value.
func (o *ProductVariantUpdateOptionsInner) HasOptionValue() bool
HasOptionValue returns a boolean if a field has been set.