OperationMetadata constructor
OperationMetadata({
- Timestamp? createTime,
- Timestamp? endTime,
- String target = '',
- String verb = '',
- String statusDetail = '',
- bool cancelRequested = false,
- String apiVersion = '',
- Any? requestResource,
- List<
Stage> stages = const [], - String sourceToken = '',
- String buildName = '',
- 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);