Files
comfy-deploy-python/docs/models/operations/getv1workflowsresponsebody.md
bennykok 6ea0b09d80 init
2024-07-16 14:45:28 -07:00

16 lines
2.9 KiB
Markdown

# GetV1WorkflowsResponseBody
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | N/A |
| `updated_at` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
| `count` | *str* | :heavy_check_mark: | N/A |
| `user` | [operations.User](../../models/operations/user.md) | :heavy_check_mark: | N/A |
| `versions` | List[[operations.Versions](../../models/operations/versions.md)] | :heavy_check_mark: | N/A |
| `deployments` | List[*Any*] | :heavy_check_mark: | N/A |
| `runs` | List[*Any*] | :heavy_check_mark: | N/A |