Class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
Inheritance
GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent : IDirectResponseSchema
Properties
DataObjectCount
Declaration
[JsonProperty("dataObjectCount")]
public virtual long? DataObjectCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventDetectionTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventDetectionTimeDateTimeOffset instead.")]
public virtual object EventDetectionTime { get; set; }
Property Value
EventDetectionTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventDetectionTimeDateTimeOffset { get; set; }
Property Value
EventDetectionTimeRaw
Declaration
[JsonProperty("eventDetectionTime")]
public virtual string EventDetectionTimeRaw { get; set; }
Property Value
EventType
Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
MaxRetentionAllowed
Declaration
[JsonProperty("maxRetentionAllowed")]
public virtual object MaxRetentionAllowed { get; set; }
Property Value
MinRetentionAllowed
Declaration
[JsonProperty("minRetentionAllowed")]
public virtual object MinRetentionAllowed { get; set; }
Property Value
Implements