Skip to content

Files

Latest commit

aaa68cb · Sep 9, 2022

History

History
93 lines (50 loc) · 2.66 KB

ClassifyGroceryProductRequest.md

File metadata and controls

93 lines (50 loc) · 2.66 KB

ClassifyGroceryProductRequest

Properties

Name Type Description Notes
Title string
Upc string
PluCode string

Methods

NewClassifyGroceryProductRequest

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

NewClassifyGroceryProductRequestWithDefaults

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

GetTitle

func (o *ClassifyGroceryProductRequest) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *ClassifyGroceryProductRequest) SetTitle(v string)

SetTitle sets Title field to given value.

GetUpc

func (o *ClassifyGroceryProductRequest) GetUpc() string

GetUpc returns the Upc field if non-nil, zero value otherwise.

GetUpcOk

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.

SetUpc

func (o *ClassifyGroceryProductRequest) SetUpc(v string)

SetUpc sets Upc field to given value.

GetPluCode

func (o *ClassifyGroceryProductRequest) GetPluCode() string

GetPluCode returns the PluCode field if non-nil, zero value otherwise.

GetPluCodeOk

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.

SetPluCode

func (o *ClassifyGroceryProductRequest) SetPluCode(v string)

SetPluCode sets PluCode field to given value.

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