Show / Hide Table of Contents

Class UserDeletionRequest

JSON template for a user deletion request resource.

Inheritance
System.Object
UserDeletionRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UserDeletionRequest : IDirectResponseSchema

Properties

DeletionRequestTime

System.DateTime representation of DeletionRequestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTime? DeletionRequestTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

DeletionRequestTimeRaw

This marks the point in time for which all user data before should be deleted

Declaration
[JsonProperty("deletionRequestTime")]
public virtual string DeletionRequestTimeRaw { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

FirebaseProjectId

Firebase Project Id

Declaration
[JsonProperty("firebaseProjectId")]
public virtual string FirebaseProjectId { get; set; }
Property Value
Type Description
System.String

Id

User ID.

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

Kind

Value is "analytics#userDeletionRequest".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

PropertyId

Property ID

Declaration
[JsonProperty("propertyId")]
public virtual string PropertyId { get; set; }
Property Value
Type Description
System.String

WebPropertyId

Web property ID of the form UA-XXXXX-YY.

Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top