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