Class GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse
Response message for SubmitUserDeletion RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse : IDirectResponseSchema
Properties
DeletionRequestTime
object representation of DeletionRequestTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeletionRequestTimeDateTimeOffset instead.")]
public virtual object DeletionRequestTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DeletionRequestTimeDateTimeOffset
DateTimeOffset representation of DeletionRequestTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeletionRequestTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DeletionRequestTimeRaw
Marks the moment for which all visitor data before this point should be deleted. This is set to the time at which the deletion request was received.
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 |