ListOperationsResponse constructor

ListOperationsResponse({
  1. List<String>? missingZones,
  2. List<Operation>? operations,
})

Implementation

ListOperationsResponse({
  this.missingZones,
  this.operations,
});