RunEvaluationRequest constructor

RunEvaluationRequest({
  1. Execution? execution,
  2. String? executionId,
  3. String? requestId,
})

Implementation

RunEvaluationRequest({this.execution, this.executionId, this.requestId});