google_api_firebase v0.2.0 GoogleApi.Firebase.V1beta1.Model.AnalyticsDetails View Source
Attributes
analyticsProperty
(type:GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t
, default:nil
) - The Analytics Property object associated with the specifiedFirebaseProject
.
This object contains the details of the Google Analytics property associated with the specifiedFirebaseProject
.streamMappings
(type:list(GoogleApi.Firebase.V1beta1.Model.StreamMapping.t)
, default:nil
) - For Android Apps and iOS Apps: A map ofapp
tostreamId
for each Firebase App in the specifiedFirebaseProject
. Eachapp
andstreamId
appears only once.
For Web Apps: A map ofapp
tostreamId
andmeasurementId
for each Firebase App in the specifiedFirebaseProject
. Eachapp
,streamId
, andmeasurementId
appears only once.
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 Sourcet() :: %GoogleApi.Firebase.V1beta1.Model.AnalyticsDetails{ analyticsProperty: GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t(), streamMappings: [GoogleApi.Firebase.V1beta1.Model.StreamMapping.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.