View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceEventTrigger (google_api_analytics_admin v0.21.0)

Specifies an event to log when a user joins the Audience.

Attributes

  • eventName (type: String.t, default: nil) - Required. The event name that will be logged.
  • logCondition (type: String.t, default: nil) - Required. When to log the event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceEventTrigger{
    eventName: String.t() | nil,
    logCondition: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.