Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.05 KB

File metadata and controls

103 lines (56 loc) · 3.05 KB

ProductOptionAddValuesInner

Properties

Name Type Description Notes
Value string
DisplayValue Pointer to string [optional]
IsDefault Pointer to bool [optional] [default to false]

Methods

NewProductOptionAddValuesInner

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

NewProductOptionAddValuesInnerWithDefaults

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

GetValue

func (o *ProductOptionAddValuesInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *ProductOptionAddValuesInner) SetValue(v string)

SetValue sets Value field to given value.

GetDisplayValue

func (o *ProductOptionAddValuesInner) GetDisplayValue() string

GetDisplayValue returns the DisplayValue field if non-nil, zero value otherwise.

GetDisplayValueOk

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.

SetDisplayValue

func (o *ProductOptionAddValuesInner) SetDisplayValue(v string)

SetDisplayValue sets DisplayValue field to given value.

HasDisplayValue

func (o *ProductOptionAddValuesInner) HasDisplayValue() bool

HasDisplayValue returns a boolean if a field has been set.

GetIsDefault

func (o *ProductOptionAddValuesInner) GetIsDefault() bool

GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.

GetIsDefaultOk

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.

SetIsDefault

func (o *ProductOptionAddValuesInner) SetIsDefault(v bool)

SetIsDefault sets IsDefault field to given value.

HasIsDefault

func (o *ProductOptionAddValuesInner) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]