Class AttackPath
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AttackPath : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Edges
Declaration
[JsonProperty("edges")]
public virtual IList<AttackPathEdge> Edges { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
PathNodes
Declaration
[JsonProperty("pathNodes")]
public virtual IList<AttackPathNode> PathNodes { get; set; }
Property Value
Implements