Class GoogleCloudRecommendationengineV1beta1Catalog
The catalog configuration. Next ID: 5.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1Catalog : IDirectResponseSchema
Properties
CatalogItemLevelConfig
Required. The catalog item level configuration.
Declaration
[JsonProperty("catalogItemLevelConfig")]
public virtual GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig CatalogItemLevelConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig |
DefaultEventStoreId
Required. The ID of the default event store.
Declaration
[JsonProperty("defaultEventStoreId")]
public virtual string DefaultEventStoreId { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The catalog display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The fully qualified resource name of the catalog.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |