Class MemoryHashSignature
Inheritance
MemoryHashSignature
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class MemoryHashSignature : IDirectResponseSchema
Properties
BinaryFamily
Declaration
[JsonProperty("binaryFamily")]
public virtual string BinaryFamily { get; set; }
Property Value
Detections
Declaration
[JsonProperty("detections")]
public virtual IList<Detection> Detections { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements