Name | Type | Description | Notes |
---|---|---|---|
Title | string | ||
Upc | string | ||
PluCode | string |
func NewClassifyGroceryProductRequest(title string, upc string, pluCode string, ) *ClassifyGroceryProductRequest
NewClassifyGroceryProductRequest instantiates a new ClassifyGroceryProductRequest 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 NewClassifyGroceryProductRequestWithDefaults() *ClassifyGroceryProductRequest
NewClassifyGroceryProductRequestWithDefaults instantiates a new ClassifyGroceryProductRequest 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 *ClassifyGroceryProductRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ClassifyGroceryProductRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassifyGroceryProductRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ClassifyGroceryProductRequest) GetUpc() string
GetUpc returns the Upc field if non-nil, zero value otherwise.
func (o *ClassifyGroceryProductRequest) GetUpcOk() (*string, bool)
GetUpcOk returns a tuple with the Upc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassifyGroceryProductRequest) SetUpc(v string)
SetUpc sets Upc field to given value.
func (o *ClassifyGroceryProductRequest) GetPluCode() string
GetPluCode returns the PluCode field if non-nil, zero value otherwise.
func (o *ClassifyGroceryProductRequest) GetPluCodeOk() (*string, bool)
GetPluCodeOk returns a tuple with the PluCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassifyGroceryProductRequest) SetPluCode(v string)
SetPluCode sets PluCode field to given value.