Show / Hide Table of Contents

Class Requests

Inheritance
object
Requests
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 Requests : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LongTermAllowed

Declaration
[JsonProperty("longTermAllowed")]
public virtual int? LongTermAllowed { get; set; }
Property Value
Type Description
int?

LongTermDenied

Declaration
[JsonProperty("longTermDenied")]
public virtual int? LongTermDenied { get; set; }
Property Value
Type Description
int?

Ratio

Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type Description
double?

ShortTermAllowed

Declaration
[JsonProperty("shortTermAllowed")]
public virtual int? ShortTermAllowed { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX