GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEventImportSummary (google_api_recommendation_engine v0.3.1) View Source

A summary of import result. The UserEventImportSummary summarizes the import status for user events.

Attributes

  • joinedEventsCount (type: String.t, default: nil) - Count of user events imported with complete existing catalog information.
  • unjoinedEventsCount (type: String.t, default: nil) - Count of user events imported, but with catalog information not found in the imported 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.GoogleCloudRecommendationengineV1beta1UserEventImportSummary{
    joinedEventsCount: String.t(),
    unjoinedEventsCount: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.