Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.03 KB

ClassifyGroceryProduct200Response.md

File metadata and controls

135 lines (72 loc) · 4.03 KB

ClassifyGroceryProduct200Response

Properties

Name Type Description Notes
CleanTitle string
Image string
Category string
Breadcrumbs []string
UsdaCode int32

Methods

NewClassifyGroceryProduct200Response

func NewClassifyGroceryProduct200Response(cleanTitle string, image string, category string, breadcrumbs []string, usdaCode int32, ) *ClassifyGroceryProduct200Response

NewClassifyGroceryProduct200Response instantiates a new ClassifyGroceryProduct200Response 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

NewClassifyGroceryProduct200ResponseWithDefaults

func NewClassifyGroceryProduct200ResponseWithDefaults() *ClassifyGroceryProduct200Response

NewClassifyGroceryProduct200ResponseWithDefaults instantiates a new ClassifyGroceryProduct200Response 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

GetCleanTitle

func (o *ClassifyGroceryProduct200Response) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.

GetCleanTitleOk

func (o *ClassifyGroceryProduct200Response) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCleanTitle

func (o *ClassifyGroceryProduct200Response) SetCleanTitle(v string)

SetCleanTitle sets CleanTitle field to given value.

GetImage

func (o *ClassifyGroceryProduct200Response) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *ClassifyGroceryProduct200Response) GetImageOk() (*string, bool)

GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImage

func (o *ClassifyGroceryProduct200Response) SetImage(v string)

SetImage sets Image field to given value.

GetCategory

func (o *ClassifyGroceryProduct200Response) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

func (o *ClassifyGroceryProduct200Response) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCategory

func (o *ClassifyGroceryProduct200Response) SetCategory(v string)

SetCategory sets Category field to given value.

GetBreadcrumbs

func (o *ClassifyGroceryProduct200Response) GetBreadcrumbs() []string

GetBreadcrumbs returns the Breadcrumbs field if non-nil, zero value otherwise.

GetBreadcrumbsOk

func (o *ClassifyGroceryProduct200Response) GetBreadcrumbsOk() (*[]string, bool)

GetBreadcrumbsOk returns a tuple with the Breadcrumbs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBreadcrumbs

func (o *ClassifyGroceryProduct200Response) SetBreadcrumbs(v []string)

SetBreadcrumbs sets Breadcrumbs field to given value.

GetUsdaCode

func (o *ClassifyGroceryProduct200Response) GetUsdaCode() int32

GetUsdaCode returns the UsdaCode field if non-nil, zero value otherwise.

GetUsdaCodeOk

func (o *ClassifyGroceryProduct200Response) GetUsdaCodeOk() (*int32, bool)

GetUsdaCodeOk returns a tuple with the UsdaCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsdaCode

func (o *ClassifyGroceryProduct200Response) SetUsdaCode(v int32)

SetUsdaCode sets UsdaCode field to given value.

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