# NoStateMetaData

## Properties

| Name                             | Type         | Description                                                                                                                                                                                             | Notes                   |
| -------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **created\_by**                  | **str**      | The user who has created the resource.                                                                                                                                                                  | \[optional] \[readonly] |
| **created\_by\_user\_id**        | **str**      | The unique ID of the user who created the resource.                                                                                                                                                     | \[optional] \[readonly] |
| **created\_date**                | **datetime** | The time when the resource was created.                                                                                                                                                                 | \[optional] \[readonly] |
| **etag**                         | **str**      | 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] |
| **last\_modified\_by**           | **str**      | The user who last modified the resource.                                                                                                                                                                | \[optional] \[readonly] |
| **last\_modified\_by\_user\_id** | **str**      | The unique ID of the user who last modified the resource.                                                                                                                                               | \[optional] \[readonly] |
| **last\_modified\_date**         | **datetime** | The last time the resource was modified.                                                                                                                                                                | \[optional] \[readonly] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/python-sdk/models/nostatemetadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
