Sha256: b0f30c7353a2ddc6e3bed7905fa17b8572bc70b13a446c1ee88fcf4f343c8398
Contents?: true
Size: 765 Bytes
Versions: 8
Compression:
Stored size: 765 Bytes
Contents
# UserMetadata ## 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** | time of creation of the user | [optional][readonly] | | **last_login** | **Time** | time of last login by the user | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::UserMetadata.new( etag: 45480eb3fbfc31f1d916c1eaa4abdcc3, created_date: 2015-12-04T14:34:09.809Z, last_login: 2015-12-04T14:34:09.809Z ) ```
Version data entries
8 entries across 8 versions & 1 rubygems