Sha256: 4392c5bd85e3f46010da40fc15d4bd60664cacc74782d9920d081845484aff3c

Contents?: true

Size: 674 Bytes

Versions: 8

Compression:

Stored size: 674 Bytes

Contents

# Labels

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Unique representation for Label as a collection of resource. | [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 that collection | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/Labels.md
ionoscloud-6.0.0.beta.4 docs/models/Labels.md
ionoscloud-5.1.1 docs/models/Labels.md
ionoscloud-6.0.0.beta.3 docs/Labels.md
ionoscloud-5.1.0 docs/Labels.md
ionoscloud-6.0.0.beta.2 docs/Labels.md
ionoscloud-5.0.1 docs/Labels.md
ionoscloud-6.0.0.beta.1 docs/Labels.md