| Name | Type | Description | Notes |
|---|---|---|---|
| Value | string | ||
| DisplayValue | Pointer to string | [optional] | |
| IsDefault | Pointer to bool | [optional] [default to false] |
func NewProductOptionAddValuesInner(value string, ) *ProductOptionAddValuesInner
NewProductOptionAddValuesInner instantiates a new ProductOptionAddValuesInner 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 NewProductOptionAddValuesInnerWithDefaults() *ProductOptionAddValuesInner
NewProductOptionAddValuesInnerWithDefaults instantiates a new ProductOptionAddValuesInner 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 *ProductOptionAddValuesInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ProductOptionAddValuesInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductOptionAddValuesInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *ProductOptionAddValuesInner) GetDisplayValue() string
GetDisplayValue returns the DisplayValue field if non-nil, zero value otherwise.
func (o *ProductOptionAddValuesInner) GetDisplayValueOk() (*string, bool)
GetDisplayValueOk returns a tuple with the DisplayValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductOptionAddValuesInner) SetDisplayValue(v string)
SetDisplayValue sets DisplayValue field to given value.
func (o *ProductOptionAddValuesInner) HasDisplayValue() bool
HasDisplayValue returns a boolean if a field has been set.
func (o *ProductOptionAddValuesInner) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *ProductOptionAddValuesInner) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductOptionAddValuesInner) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *ProductOptionAddValuesInner) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.