Sha256: f2073d1e4d7fb1d8ab12b653100a7a0dd6c905c218dd81f0fcb929523e2e353c

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents

# UserMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **created_date** | **Time** | The time the user 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_login** | **Time** | The time of the last login by the user. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::UserMetadata.new(
  created_date: 2015-12-04T14:34:09.809Z,

  etag: 45480eb3fbfc31f1d916c1eaa4abdcc3,

  last_login: 2015-12-04T14:34:09.809Z
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/UserMetadata.md