Sha256: b4312789fb43b92386b04c8c90ef59a0630dd57b49b5bfdab5f96d19e1111cc9
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
# Labels ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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>**](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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/Labels.md |