View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaUserEventImportSummary (google_api_retail v0.13.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaUserEventImportSummary{
    joinedEventsCount: String.t() | nil,
    unjoinedEventsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.