Class CategoryHierarchy (0.2.2)

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

Category represents catalog item category hierarchy. .. attribute:: 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).

:type: Sequence[str]