Sha256: 8d3ff5120b6c560ee3364b3ef0966d56385d4cc73f8227f89580294ff2abb744

Contents?: true

Size: 678 Bytes

Versions: 4

Compression:

Stored size: 678 Bytes

Contents

# Labels

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | A unique representation of the label as a resource collection. | [optional][readonly] |
| **type** | **String** | The type of resource within a collection. | [optional][readonly] |
| **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
| **items** | [**Array<Label>**](Label.md) | Array of items in the collection. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::Labels.new(
  id: labels,
  type: collection,
  href: <RESOURCE-URI>,
  items: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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