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 = '',
  8. Any? requestResource,
  9. List<Stage> stages = const [],
  10. String sourceToken = '',
  11. String buildName = '',
  12. OperationType operationType = OperationType.$default,
})

Implementation

OperationMetadata({
  this.createTime,
  this.endTime,
  this.target = '',
  this.verb = '',
  this.statusDetail = '',
  this.cancelRequested = false,
  this.apiVersion = '',
  this.requestResource,
  this.stages = const [],
  this.sourceToken = '',
  this.buildName = '',
  this.operationType = OperationType.$default,
}) : super(fullyQualifiedName);