Class GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy
Category represents catalog item category hierarchy.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy : IDirectResponseSchema
Properties
Categories
Required. Catalog item categories. Each category should be a UTF-8 encoded string with a length limit of 2 KiB. Note that the order in the list denotes the specificity (from least to most specific).
Declaration
[JsonProperty("categories")]
public virtual IList<string> Categories { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |