Sha256: 57f2d201099ede255adb02c074cea91e880d0e33354aa845d28a75091fc21d38
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# LabelResources ## 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<LabelResource>**](LabelResource.md) | Array of items in that collection. | [optional][readonly] | | **offset** | **Float** | The offset (if specified in the request). | [optional] | | **limit** | **Float** | The limit (if specified in the request). | [optional] | | **_links** | [**PaginationLinks**](PaginationLinks.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LabelResources.new( id: labels, type: collection, href: <RESOURCE-URI>, items: null, offset: 0, limit: 1000, _links: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/LabelResources.md |