Sha256: 4e87a51c3272ad02d58e391c83acad259e12ca08df2517409b7bc5c2e58311eb
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# NoStateMetaData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_by** | **String** | The user who has created the resource. | [optional][readonly] | | **created_by_user_id** | **String** | The unique ID of the user who created the resource. | [optional][readonly] | | **created_date** | **Time** | The time when 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] | | **last_modified_by** | **String** | The user who 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] | | **last_modified_date** | **Time** | The last time the resource was modified. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NoStateMetaData.new( created_by: user@example.com, created_by_user_id: user@example.com, created_date: 2015-12-04T14:34:09.809Z, etag: 45480eb3fbfc31f1d916c1eaa4abdcc3, last_modified_by: user@example.com, last_modified_by_user_id: 63cef532-26fe-4a64-a4e0-de7c8a506c90, last_modified_date: 2015-12-04T14:34:09.809Z ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/NoStateMetaData.md |