Class CatalogItem.Types.CategoryHierarchy (1.0.0-beta03)

public sealed class CategoryHierarchy : IMessage<CatalogItem.Types.CategoryHierarchy>, IEquatable<CatalogItem.Types.CategoryHierarchy>, IDeepCloneable<CatalogItem.Types.CategoryHierarchy>, IBufferMessage, IMessage

Category represents catalog item category hierarchy.

Inheritance

Object > CatalogItem.Types.CategoryHierarchy

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

CategoryHierarchy()

public CategoryHierarchy()

CategoryHierarchy(CatalogItem.Types.CategoryHierarchy)

public CategoryHierarchy(CatalogItem.Types.CategoryHierarchy other)
Parameter
NameDescription
otherCatalogItem.Types.CategoryHierarchy

Properties

Categories

public RepeatedField<string> Categories { get; }

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).

Property Value
TypeDescription
RepeatedField<String>