ListDatabaseOperationsResponse constructor

ListDatabaseOperationsResponse({
  1. String? nextPageToken,
  2. List<Operation>? operations,
})

Implementation

ListDatabaseOperationsResponse({this.nextPageToken, this.operations});