Show / Hide Table of Contents

Class AnalyticsDetails

Inheritance
object
AnalyticsDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
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
Type Description
AnalyticsProperty

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
Type Description
IList<StreamMapping>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX