GoogleCloudRecommendationengineV1beta1CatalogItem constructor

GoogleCloudRecommendationengineV1beta1CatalogItem({
  1. List<GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>? categoryHierarchies,
  2. String? description,
  3. String? id,
  4. GoogleCloudRecommendationengineV1beta1FeatureMap? itemAttributes,
  5. String? itemGroupId,
  6. String? languageCode,
  7. GoogleCloudRecommendationengineV1beta1ProductCatalogItem? productMetadata,
  8. List<String>? tags,
  9. String? title,
})

Implementation

GoogleCloudRecommendationengineV1beta1CatalogItem({
  this.categoryHierarchies,
  this.description,
  this.id,
  this.itemAttributes,
  this.itemGroupId,
  this.languageCode,
  this.productMetadata,
  this.tags,
  this.title,
});