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

View Source

Details of a Google Analytics property

Attributes

  • analyticsAccountId (type: String.t, default: nil) - Output only. The ID of the Google Analytics account for the Google Analytics property associated with the specified FirebaseProject.
  • 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 the 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty{
  analyticsAccountId: String.t() | nil,
  displayName: String.t() | nil,
  id: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.