| Name | Type | Description | Notes |
|---|---|---|---|
| id | java.util.UUID | Unique ID representing a resource | [optional] |
| status | StatusEnum | Current state of the resource in Passbase's systems | [optional] |
| created | Long | Unix-timestamp of when the resource was created | [optional] |
| updated | Long | Unix-timestamp of when the resource was updated | [optional] |
| type | String | [optional] | |
| resourceFiles | ResourceFiles | [optional] |
| Name | Value |
|---|---|
| CREATED | "created" |
| PROCESSING | "processing" |
| PROCESSED | "processed" |