> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/labels.md).

# Labels

## Properties

\| **href** | **String** | URL to the collection representation (absolute path). | \[optional]\[readonly] |

\| **id** | **String** | A unique representation of the label as a resource collection. | \[optional]\[readonly] |

\| **items** | [**Array\<Label>**](/ruby-sdk/models/label.md) | Array of items in the collection. | \[optional]\[readonly] |

\| **type** | **String** | The type of resource within a collection. | \[optional]\[readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::Labels.new(
  href: <RESOURCE-URI>,

  id: labels,

  items: null,

  type: collection
)
```
