GoogleLongrunningListOperationsResponse constructor
GoogleLongrunningListOperationsResponse({
- String? nextPageToken,
- List<
GoogleLongrunningOperation> ? operations,
Implementation
GoogleLongrunningListOperationsResponse({
this.nextPageToken,
this.operations,
});