GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchyArgs

data class GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchyArgs(val categories: Output<List<String>>) : ConvertibleToJava<GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchyArgs>

Category represents catalog item category hierarchy.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchyArgs

Properties

Link copied to clipboard
val categories: Output<List<String>>

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