Class AnalyticsDetails
Inheritance
AnalyticsDetails
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class AnalyticsDetails : IDirectResponseSchema
Properties
AnalyticsProperty
The Analytics Property object associated with the specified FirebaseProject
. This object contains the
details of the Google Analytics property associated with the Project.
Declaration
[JsonProperty("analyticsProperty")]
public virtual AnalyticsProperty AnalyticsProperty { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StreamMappings
- 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.
Declaration
[JsonProperty("streamMappings")]
public virtual IList<StreamMapping> StreamMappings { get; set; }
Property Value
Implements