Class RemoveAnalyticsRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class RemoveAnalyticsRequest : IDirectResponseSchema
Properties
AnalyticsPropertyId
Optional. The ID of the Google Analytics property associated with the specified FirebaseProject
. - If not
set, then the Google Analytics property that is currently associated with the specified FirebaseProject
is
removed. - If set, and the specified FirebaseProject
is currently associated with a different Google
Analytics property, then the response is a 412 Precondition Failed
error.
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 |