View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1Catalog (google_api_recommendation_engine v0.4.6)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.