ListOperationsRequest constructor

ListOperationsRequest({
  1. String name = '',
  2. String filter = '',
  3. int pageSize = 0,
  4. String pageToken = '',
  5. bool returnPartialSuccess = false,
})

Implementation

ListOperationsRequest({
  this.name = '',
  this.filter = '',
  this.pageSize = 0,
  this.pageToken = '',
  this.returnPartialSuccess = false,
}) : super(fullyQualifiedName);