Class UserDeletionRequest
JSON template for a user deletion request resource.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UserDeletionRequest : IDirectResponseSchema
Properties
DeletionRequestTime
DateTime representation of DeletionRequestTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeletionRequestTimeDateTimeOffset instead.")]
public virtual DateTime? DeletionRequestTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DeletionRequestTimeDateTimeOffset
DateTimeOffset representation of DeletionRequestTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeletionRequestTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirebaseProjectId
Firebase Project Id
Declaration
[JsonProperty("firebaseProjectId")]
public virtual string FirebaseProjectId { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
PropertyId
Property ID
Declaration
[JsonProperty("propertyId")]
public virtual string PropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |
WebPropertyId
Web property ID of the form UA-XXXXX-YY.
Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |