Sha256: c03a559ae0c91c77a07f77840a23a0f98e8fad69768e4857b52e08657e2bd508

Contents?: true

Size: 812 Bytes

Versions: 5

Compression:

Stored size: 812 Bytes

Contents

# User

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
| **metadata** | [**UserMetadata**](UserMetadata.md) |  | [optional] |
| **properties** | [**UserProperties**](UserProperties.md) |  |  |
| **entities** | [**UsersEntities**](UsersEntities.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::User.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "user",
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null,
  entities: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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