This commit is contained in:
bennykok
2024-07-16 14:45:28 -07:00
commit 6ea0b09d80
207 changed files with 8190 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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 |