Class GoogleLongrunningListOperationsResponse
Inheritance
GoogleLongrunningListOperationsResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleLongrunningListOperationsResponse : 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<GoogleLongrunningOperation> Operations { get; set; }
Property Value
Unreachable
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Implements