Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse

Response message for SubmitUserDeletion RPC.

Inheritance
object
GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX