GoogleLongrunningListOperationsResponse constructor

GoogleLongrunningListOperationsResponse({
  1. String? nextPageToken,
  2. List<GoogleLongrunningOperation>? operations,
  3. List<String>? unreachable,
})

Implementation

GoogleLongrunningListOperationsResponse({
  this.nextPageToken,
  this.operations,
  this.unreachable,
});