Sha256: 8db0014908d7707bc66026a0d43ebf6407676e6020aec58f193789f74709cb0d

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 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 that collection. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.0.0 docs/models/Labels.md