docs/models/NoStateMetaData.md in ionoscloud-6.0.0.beta.4 vs docs/models/NoStateMetaData.md in ionoscloud-6.0.0
- old
+ new
@@ -2,16 +2,16 @@
## 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] |
-| **created_date** | **Time** | The time the Resource was created | [optional][readonly] |
+| **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] |
+| **created_date** | **Time** | The time when the resource was created. | [optional][readonly] |
| **created_by** | **String** | The user who has created the resource. | [optional][readonly] |
-| **created_by_user_id** | **String** | The user id of the user who has created the resource. | [optional][readonly] |
-| **last_modified_date** | **Time** | The last time the resource has been modified | [optional][readonly] |
+| **created_by_user_id** | **String** | The unique ID of the user who created the resource. | [optional][readonly] |
+| **last_modified_date** | **Time** | The last time the resource was modified. | [optional][readonly] |
| **last_modified_by** | **String** | The user who last modified the resource. | [optional][readonly] |
-| **last_modified_by_user_id** | **String** | The user id of the user who has last modified the resource. | [optional][readonly] |
+| **last_modified_by_user_id** | **String** | The unique ID of the user who last modified the resource. | [optional][readonly] |
## Example
```ruby
require 'ionoscloud'