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

View Source

Attributes

  • analyticsProperty (type: GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t, default: nil) - The Analytics Property object associated with the specified FirebaseProject. This object contains the details of the Google Analytics property associated with the Project.
  • streamMappings (type: list(GoogleApi.Firebase.V1beta1.Model.StreamMapping.t), default: nil) - - For AndroidApps and IosApps: a map of app to streamId for each Firebase App in the specified FirebaseProject. Each app and streamId appears only once. - For WebApps: a map of app to streamId and measurementId for each WebApp in the specified FirebaseProject. Each app, streamId, and measurementId appears only once.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firebase.V1beta1.Model.AnalyticsDetails{
  analyticsProperty:
    GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t() | nil,
  streamMappings: [GoogleApi.Firebase.V1beta1.Model.StreamMapping.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.