Show / Hide Table of Contents

Class VaultAcceleratedDeletion

Alert that is triggered when a Vault accelerated deletion request is created or canceled.

Inheritance
object
VaultAcceleratedDeletion
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.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class VaultAcceleratedDeletion : IDirectResponseSchema

Properties

ActionType

The action can be one of create and cancel

Declaration
[JsonProperty("actionType")]
public virtual string ActionType { get; set; }
Property Value
Type Description
string

AppType

Currentlty only Gmail is supported as app type

Declaration
[JsonProperty("appType")]
public virtual string AppType { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

The UTC timestamp of when the AD request was created

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DeletionRequestId

Accelerated deletion request ID intended to be used to construct the Vault UI link to the AD request

Declaration
[JsonProperty("deletionRequestId")]
public virtual string DeletionRequestId { 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

MatterId

Matter ID of the accelerated deletion request intended to be used to construct the Vault UI link to the AD request

Declaration
[JsonProperty("matterId")]
public virtual string MatterId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX