Record
artifact
No description available.
record artifact {
archive-download-url: string,
created-at: string,
expired: bool,
expires-at: string,
id: s32,
name: string,
node-id: string,
size-in-bytes: s32,
updated-at: string,
url: string,
workflow-run: option<artifact-workflow-run>,
}Fields
| Name | Type | Description |
|---|---|---|
| archive-download-url | string | |
| created-at | string | |
| expired | bool | |
| expires-at | string | |
| id | s32 | |
| name | string | |
| node-id | string | |
| size-in-bytes | s32 | |
| updated-at | string | |
| url | string | |
| workflow-run | option<artifact-workflow-run> |