Sha256: 949561d53cb51ec1b3b06c9224359ce3b77e7adfa5e448f32bf283273445c0f7

Contents?: true

Size: 772 Bytes

Versions: 4

Compression:

Stored size: 772 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/v5/um/groups/15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  properties: null,
  entities: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/Group.md
ionoscloud-5.1.1 docs/models/Group.md
ionoscloud-5.1.0 docs/Group.md
ionoscloud-5.0.1 docs/Group.md