mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-12 20:40:37 +00:00
16 lines
619 B
Markdown
16 lines
619 B
Markdown
# ActionArtifact
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**archiveDownloadUrl** | **String** | | [optional]
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**expired** | **Boolean** | | [optional]
|
|
**expiresAt** | [**Date**](Date.md) | | [optional]
|
|
**id** | **Long** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**sizeInBytes** | **Long** | | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | | [optional]
|
|
**url** | **String** | | [optional]
|
|
**workflowRun** | [**ActionWorkflowRun**](ActionWorkflowRun.md) | | [optional]
|