Show / Hide Table of Contents

Class AnalyticsProperty

Details of a Google Analytics property

Inheritance
object
AnalyticsProperty
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 AnalyticsProperty : IDirectResponseSchema

Properties

AnalyticsAccountId

Output only. The ID of the Google Analytics account for the Google Analytics property associated with the specified FirebaseProject.

Declaration
[JsonProperty("analyticsAccountId")]
public virtual string AnalyticsAccountId { get; set; }
Property Value
Type Description
string

DisplayName

The display name of the Google Analytics property associated with the specified FirebaseProject.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Id

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.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX