Class GoogleLongrunningOperation
Inheritance
GoogleLongrunningOperation
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleLongrunningOperation : 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 GoogleRpcStatus 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