GoogleApi.Firebase.V1beta1.Model.StreamMapping (google_api_firebase v0.13.3)

View Source

A mapping of a Firebase App to a Google Analytics data stream

Attributes

  • app (type: String.t, default: nil) - The resource name of the Firebase App associated with the Google Analytics data stream, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID or projects/PROJECT_IDENTIFIER/iosApps/APP_ID or projects/PROJECT_IDENTIFIER /webApps/APP_ID Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.
  • measurementId (type: String.t, default: nil) - Applicable for Firebase Web Apps only. The unique Google-assigned identifier of the Google Analytics web stream associated with the Firebase Web App. Firebase SDKs use this ID to interact with Google Analytics APIs. Learn more about this ID and Google Analytics web streams in the Analytics documentation.
  • streamId (type: String.t, default: nil) - The unique Google-assigned identifier of the Google Analytics data stream associated with the Firebase App. Learn more about Google Analytics data streams in the Analytics documentation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firebase.V1beta1.Model.StreamMapping{
  app: String.t() | nil,
  measurementId: String.t() | nil,
  streamId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.