GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse constructor

GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse({
  1. List<GoogleCloudIntegrationsV1alphaAssertionResult>? assertionResults,
  2. String? executionId,
  3. Map<String, Object?>? outputParameters,
  4. String? testExecutionState,
})

Implementation

GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse({
  this.assertionResults,
  this.executionId,
  this.outputParameters,
  this.testExecutionState,
});