Class GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest
Request message for SubmitUserDeletion RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest : IDirectResponseSchema
Properties
AppInstanceId
Firebase application instance ID.
Declaration
[JsonProperty("appInstanceId")]
public virtual string AppInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientId
Google Analytics client ID.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { 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 |
UserId
Google Analytics user ID.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserProvidedData
User-provided data. May contain either one email address or one phone number. Email addresses should be normalized as such: * lowercase * remove periods before @ for gmail.com/googlemail.com addresses * remove all spaces Phone numbers should be normalized as such: * remove all non digit characters * add + prefix
Declaration
[JsonProperty("userProvidedData")]
public virtual string UserProvidedData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |