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