google_api_firebase_dynamic_links v0.13.2 GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkEventStat View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.