# ResourceMetadataDto

The metadata of the resource.

## Properties

| Name                             | Type    | Description                                                                                                                                                                                                                 | Notes                   |
| -------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **etag**                         | **str** | The entity tag of the resource, as defined in <http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11>. The entity tag is also added as an 'ETag' response header to requests that do not use the 'depth' parameter. | \[optional] \[readonly] |
| **created\_date**                | **str** | The date the resource was created.                                                                                                                                                                                          | \[optional] \[readonly] |
| **created\_by**                  | **str** | The user who created the resource.                                                                                                                                                                                          | \[optional] \[readonly] |
| **created\_by\_user\_id**        | **str** | The ID of the user who created the resource.                                                                                                                                                                                | \[optional] \[readonly] |
| **last\_modified\_date**         | **str** | The date when the resource was last modified.                                                                                                                                                                               | \[optional] \[readonly] |
| **last\_modified\_by**           | **str** | The user who last modified the resource.                                                                                                                                                                                    | \[optional] \[readonly] |
| **last\_modified\_by\_user\_id** | **str** | The ID of the user who last modified the resource.                                                                                                                                                                          | \[optional] \[readonly] |
| **state**                        | **str** | The resource state.                                                                                                                                                                                                         | \[optional]             |
