Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest

Request message for SubmitUserDeletion RPC.

Inheritance
object
GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX