Sha256: f397f56f2666f7d86330c604acad3f6f5cd1ca47c0fbc1cb03145388071593f2

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

# LabelResources

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **_links** | [**PaginationLinks**](PaginationLinks.md) |  | [optional] |

| **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<LabelResource>**](LabelResource.md) | Array of items in the collection. | [optional][readonly] |

| **limit** | **Float** | The limit (if specified in the request). | [optional] |

| **offset** | **Float** | The offset (if specified in the request). | [optional] |

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

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::LabelResources.new(
  _links: null,

  href: <RESOURCE-URI>,

  id: labels,

  items: null,

  limit: 1000,

  offset: 0,

  type: collection
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/LabelResources.md