> For the complete documentation index, see [llms.txt](https://docs.ionos.com/java-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/java-sdk/models/requeststatusmetadata.md).

# RequestStatusMetadata

## Properties

| Name        | Type                                                          | Description                                                                                                                                                                                             | Notes                   |
| ----------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **etag**    | **String**                                                    | Resource's Entity Tag as defined in <http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11> Entity Tag is also added as an 'ETag response header to requests which don't use 'depth' parameter. | \[optional] \[readonly] |
| **message** | **String**                                                    |                                                                                                                                                                                                         | \[optional]             |
| **status**  | [**StatusEnum**](#StatusEnum)                                 |                                                                                                                                                                                                         | \[optional]             |
| **targets** | [**List\<RequestTarget>**](/java-sdk/models/requesttarget.md) |                                                                                                                                                                                                         | \[optional]             |

## Enum: StatusEnum

| Name    | Value     |
| ------- | --------- |
| QUEUED  | "QUEUED"  |
| RUNNING | "RUNNING" |
| DONE    | "DONE"    |
| FAILED  | "FAILED"  |
