Show / Hide Table of Contents

Class AddGoogleAnalyticsRequest

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

Properties

AnalyticsAccountId

The ID for the existing Google Analytics account that you want to link with the FirebaseProject. Specifying this field will provision a new Google Analytics property in your Google Analytics account and associate the new property with the FirebaseProject.

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

AnalyticsPropertyId

The ID for the existing Google Analytics property that you want to associate with the FirebaseProject.

Declaration
[JsonProperty("analyticsPropertyId")]
public virtual string AnalyticsPropertyId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX