Class ListOperationsResponse
Inheritance
ListOperationsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class ListOperationsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Operations
Declaration
[JsonProperty("operations")]
public virtual IList<Operation> Operations { get; set; }
Property Value
Unreachable
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Implements