Show / Hide Table of Contents

Class DataRetentionDeletionEvent

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

Properties

DataObjectCount

Declaration
[JsonProperty("dataObjectCount")]
public virtual long? DataObjectCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

EventDetectionTime

object representation of EventDetectionTimeRaw.

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

EventDetectionTimeDateTimeOffset

DateTimeOffset representation of EventDetectionTimeRaw.

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

EventDetectionTimeRaw

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

EventType

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

MaxRetentionAllowed

Declaration
[JsonProperty("maxRetentionAllowed")]
public virtual object MaxRetentionAllowed { get; set; }
Property Value
Type Description
object

MinRetentionAllowed

Declaration
[JsonProperty("minRetentionAllowed")]
public virtual object MinRetentionAllowed { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX