GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1Catalog (google_api_recommendation_engine v0.4.5) View Source
The catalog configuration. Next ID: 5.
Attributes
-
catalogItemLevelConfig
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.t
, default:nil
) - Required. The catalog item level configuration. -
defaultEventStoreId
(type:String.t
, default:nil
) - Required. The ID of the default event store. -
displayName
(type:String.t
, default:nil
) - Required. The catalog display name. -
name
(type:String.t
, default:nil
) - The fully qualified resource name of the catalog.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1Catalog{ catalogItemLevelConfig: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig.t() | nil, defaultEventStoreId: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.