Class OperationsListResponse<TOperation>
- Namespace
- Uralstech.UCloud.Operations.Generic
The generic response for an OperationsListRequest call.
public class OperationsListResponse<TOperation>
Type Parameters
TOperation
The type of the operation object.
- Inheritance
-
OperationsListResponse<TOperation>
- Derived
Fields
NextPageToken
A token that can be sent as a PageToken into a subsequent OperationsListRequest call.
public string NextPageToken
Field Value
Operations
A list of operations that matches the specified filter in the request.
public TOperation[] Operations
Field Value
- TOperation[]