mirror of https://github.com/actions/toolkit
24 lines
506 B
Markdown
24 lines
506 B
Markdown
|
[@actions/artifact](../README.md) / GetArtifactResponse
|
||
|
|
||
|
# Interface: GetArtifactResponse
|
||
|
|
||
|
Response from the server when getting an artifact
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [artifact](GetArtifactResponse.md#artifact)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### artifact
|
||
|
|
||
|
• **artifact**: [`Artifact`](Artifact.md)
|
||
|
|
||
|
Metadata about the artifact that was found
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[src/internal/shared/interfaces.ts:57](https://github.com/actions/toolkit/blob/e3764a5/packages/artifact/src/internal/shared/interfaces.ts#L57)
|