View Source GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkEventStat (google_api_firebase_dynamic_links v0.15.2)

Dynamic Link event stat.

Attributes

  • count (type: String.t, default: nil) - The number of times this event occurred.
  • event (type: String.t, default: nil) - Link event.
  • platform (type: String.t, default: nil) - Requested platform.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkEventStat{
  count: String.t() | nil,
  event: String.t() | nil,
  platform: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.