Class ListAttackPathsResponse
Inheritance
ListAttackPathsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ListAttackPathsResponse : IDirectResponseSchema
Properties
AttackPaths
Declaration
[JsonProperty("attackPaths")]
public virtual IList<AttackPath> AttackPaths { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements