Sha256: 62030af6788ef575c2e7007338447e7a52847c3396b986553d59b10ffc911a53

Contents?: true

Size: 775 Bytes

Versions: 5

Compression:

Stored size: 775 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** | The time the user was created. | [optional][readonly] |
| **last_login** | **Time** | The time of the 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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/UserMetadata.md
ionoscloud-6.1.0 docs/models/UserMetadata.md
ionoscloud-6.0.2 docs/models/UserMetadata.md
ionoscloud-6.0.1 docs/models/UserMetadata.md
ionoscloud-6.0.0 docs/models/UserMetadata.md