OperationMetadata constructor

OperationMetadata({
  1. Timestamp? createTime,
  2. Timestamp? endTime,
  3. String target = '',
  4. String verb = '',
  5. String statusDetail = '',
  6. bool cancelRequested = false,
  7. String apiVersion = '',
})

Implementation

OperationMetadata({
  this.createTime,
  this.endTime,
  this.target = '',
  this.verb = '',
  this.statusDetail = '',
  this.cancelRequested = false,
  this.apiVersion = '',
}) : super(fullyQualifiedName);