Class SetFindingStateRequest
Inheritance
SetFindingStateRequest
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class SetFindingStateRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements