Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.62 KB

File metadata and controls

82 lines (45 loc) · 2.62 KB

ProductVariantUpdateOptionsInner

Properties

Name Type Description Notes
OptionName Pointer to string [optional]
OptionValue Pointer to string [optional]

Methods

NewProductVariantUpdateOptionsInner

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

NewProductVariantUpdateOptionsInnerWithDefaults

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

GetOptionName

func (o *ProductVariantUpdateOptionsInner) GetOptionName() string

GetOptionName returns the OptionName field if non-nil, zero value otherwise.

GetOptionNameOk

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.

SetOptionName

func (o *ProductVariantUpdateOptionsInner) SetOptionName(v string)

SetOptionName sets OptionName field to given value.

HasOptionName

func (o *ProductVariantUpdateOptionsInner) HasOptionName() bool

HasOptionName returns a boolean if a field has been set.

GetOptionValue

func (o *ProductVariantUpdateOptionsInner) GetOptionValue() string

GetOptionValue returns the OptionValue field if non-nil, zero value otherwise.

GetOptionValueOk

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.

SetOptionValue

func (o *ProductVariantUpdateOptionsInner) SetOptionValue(v string)

SetOptionValue sets OptionValue field to given value.

HasOptionValue

func (o *ProductVariantUpdateOptionsInner) HasOptionValue() bool

HasOptionValue returns a boolean if a field has been set.

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