Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.69 KB

File metadata and controls

72 lines (39 loc) · 2.69 KB

ProductVariantAddBatchPayloadInnerCombinationInner

Properties

Name Type Description Notes
OptionName string
OptionValueName string

Methods

NewProductVariantAddBatchPayloadInnerCombinationInner

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

NewProductVariantAddBatchPayloadInnerCombinationInnerWithDefaults

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

GetOptionName

func (o *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionName() string

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

GetOptionNameOk

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.

SetOptionName

func (o *ProductVariantAddBatchPayloadInnerCombinationInner) SetOptionName(v string)

SetOptionName sets OptionName field to given value.

GetOptionValueName

func (o *ProductVariantAddBatchPayloadInnerCombinationInner) GetOptionValueName() string

GetOptionValueName returns the OptionValueName field if non-nil, zero value otherwise.

GetOptionValueNameOk

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.

SetOptionValueName

func (o *ProductVariantAddBatchPayloadInnerCombinationInner) SetOptionValueName(v string)

SetOptionValueName sets OptionValueName field to given value.

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