ArtifactResult describes the result of attempting to delete a given Artifact
| Name | Type | Description | Notes |
|---|---|---|---|
| Error | string | Error is an optional error message which should be set if Success==false | [optional] |
| Name | string | Name is the name of the Artifact | |
| Success | bool | Success describes whether the deletion succeeded | [optional] |