GoogleCloudRecommendationengineV1beta1CatalogItem constructor
GoogleCloudRecommendationengineV1beta1CatalogItem({
- List<
GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy> ? categoryHierarchies, - String? description,
- String? id,
- GoogleCloudRecommendationengineV1beta1FeatureMap? itemAttributes,
- String? itemGroupId,
- String? languageCode,
- GoogleCloudRecommendationengineV1beta1ProductCatalogItem? productMetadata,
- List<
String> ? tags, - String? title,
Implementation
GoogleCloudRecommendationengineV1beta1CatalogItem({
this.categoryHierarchies,
this.description,
this.id,
this.itemAttributes,
this.itemGroupId,
this.languageCode,
this.productMetadata,
this.tags,
this.title,
});