Name | Type | Description | Notes |
---|---|---|---|
CleanTitle | string | ||
Image | string | ||
Category | string | ||
Breadcrumbs | []string | ||
UsdaCode | int32 |
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
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
func (o *ClassifyGroceryProduct200Response) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.
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.
func (o *ClassifyGroceryProduct200Response) SetCleanTitle(v string)
SetCleanTitle sets CleanTitle field to given value.
func (o *ClassifyGroceryProduct200Response) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
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.
func (o *ClassifyGroceryProduct200Response) SetImage(v string)
SetImage sets Image field to given value.
func (o *ClassifyGroceryProduct200Response) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
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.
func (o *ClassifyGroceryProduct200Response) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *ClassifyGroceryProduct200Response) GetBreadcrumbs() []string
GetBreadcrumbs returns the Breadcrumbs field if non-nil, zero value otherwise.
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.
func (o *ClassifyGroceryProduct200Response) SetBreadcrumbs(v []string)
SetBreadcrumbs sets Breadcrumbs field to given value.
func (o *ClassifyGroceryProduct200Response) GetUsdaCode() int32
GetUsdaCode returns the UsdaCode field if non-nil, zero value otherwise.
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.
func (o *ClassifyGroceryProduct200Response) SetUsdaCode(v int32)
SetUsdaCode sets UsdaCode field to given value.