Class Requests
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Requests : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LongTermAllowed
Declaration
[JsonProperty("longTermAllowed")]
public virtual int? LongTermAllowed { get; set; }
Property Value
LongTermDenied
Declaration
[JsonProperty("longTermDenied")]
public virtual int? LongTermDenied { get; set; }
Property Value
Ratio
Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
ShortTermAllowed
Declaration
[JsonProperty("shortTermAllowed")]
public virtual int? ShortTermAllowed { get; set; }
Property Value
Implements