| Name | Type | Description | Notes |
|---|---|---|---|
| size | int | Artifact file size. | [optional] |
| description | string | Artifact description. | [optional] |
| group | string | Artifact group. | [optional] |
| alias | string | Artifact alias (special name within group). | [optional] |
| type | \Aurigma\AssetStorage\Model\ArtifactType | [optional] | |
| format | string | Artifact file format. | [optional] |
| anonymous_access | bool | Artifact 'anonymous access' tag. It indicates whether artifact can be accessed anonymously. | [optional] |
| url | string | Artifact URL. | [optional] |
| tenant_id | int | Entity tenant identifier | [optional] |
| id | string | Entity unique identifier | [optional] |
| owner_id | string | Entity owner identifier | [optional] |
| name | string | Entity name | [optional] |
| custom_fields | array<string,mixed> | Entity custom attributes | [optional] |
| last_modified | \DateTime | Last entity modification date and time | [optional] |