Sha256: dd835e2691f8c13e55f9ece17fe27557c26b98310e53099736a640fe1deb3302

Contents?: true

Size: 775 Bytes

Versions: 5

Compression:

Stored size: 775 Bytes

Contents

# Group

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | [**Type**](Type.md) | The type of the resource. | [optional] |
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
| **properties** | [**GroupProperties**](GroupProperties.md) |  |  |
| **entities** | [**GroupEntities**](GroupEntities.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::Group.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "group",
  href: https://<API_HOST>/cloudapi/v6/um/groups/15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  properties: null,
  entities: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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