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