Class Operation
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Operation : IDirectResponseSchema
Properties
Done
Declaration
[JsonProperty("done")]
public virtual bool? Done { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Error
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Response
Declaration
[JsonProperty("response")]
public virtual IDictionary<string, object> Response { get; set; }
Property Value
Implements