google_api_firebase v0.2.0 GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty View Source

Details of a Google Analytics property

Attributes

  • displayName (type: String.t, default: nil) - The display name of the Google Analytics property associated with the specified FirebaseProject.
  • id (type: String.t, default: nil) - The globally unique, Google-assigned identifier of the Google Analytics property associated with the specified FirebaseProject.

    If you called AddGoogleAnalytics to link your FirebaseProject with a Google Analytics account, the value in this id field is the same as the ID of the property either specified or provisioned with that call to AddGoogleAnalytics.

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.Firebase.V1beta1.Model.AnalyticsProperty{
  displayName: String.t(),
  id: String.t()
}

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.