Class CategoryHierarchy (0.8.1)

CategoryHierarchy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Category represents catalog item category hierarchy.

Attribute

NameDescription
categories Sequence[str]
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).

Inheritance

builtins.object > proto.message.Message > CategoryHierarchy