Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1Catalog

The catalog configuration. Next ID: 5.

Inheritance
object
GoogleCloudRecommendationengineV1beta1Catalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX