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