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

Dynamic Link event stat.

Attributes

  • count (String.t): The number of times this event occurred. Defaults to: null.
  • event (String.t): Link event. Defaults to: null.

    • Enum - one of [DYNAMIC_LINK_EVENT_UNSPECIFIED, CLICK, REDIRECT, APP_INSTALL, APP_FIRST_OPEN, APP_RE_OPEN]
  • platform (String.t): Requested platform. Defaults to: null.

    • Enum - one of [DYNAMIC_LINK_PLATFORM_UNSPECIFIED, ANDROID, IOS, DESKTOP, OTHER]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.