Class OperationsListResponse
A response containing a partial list of operations and a page token used to build the next request if the request has been truncated.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class OperationsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Output only. A token used to continue a truncated list request.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
Output only. Operations contained in this list response.
Declaration
[JsonProperty("operations")]
public virtual IList<Operation> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<Operation> |