# CheckResultRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    CheckResultRequest:
      type: object
      required:
        - taskId
      properties:
        taskId:
          type: string
          description: Task ID.
      x-apifox-orders:
        - taskId
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://freesoragenerator.com
    description: Prod Env
security: []

```
