Show / Hide Table of Contents

Class Attack

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

Properties

Classification

Declaration
[JsonProperty("classification")]
public virtual string Classification { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

VolumeBps

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

VolumeBpsLong

Declaration
[JsonProperty("volumeBpsLong")]
public virtual long? VolumeBpsLong { get; set; }
Property Value
Type Description
long?

VolumePps

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

VolumePpsLong

Declaration
[JsonProperty("volumePpsLong")]
public virtual long? VolumePpsLong { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX