Sha256: 9491754597d7d8aa5c00769783b38bf294d276bc4c88e556c406d608065e4d59
Contents?: true
Size: 1023 Bytes
Versions: 4
Compression:
Stored size: 1023 Bytes
Contents
# Requests ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **items** | [**Array<Request>**](Request.md) | Array of items in the collection. | [optional][readonly] | | **offset** | **Float** | The offset, specified in the request (if not is specified, 0 is used by default). | | | **limit** | **Float** | The limit, specified in the request (if not specified, the endpoint's default pagination limit is used). | | | **_links** | [**PaginationLinks**](PaginationLinks.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Requests.new( id: requests, type: "collection", href: <RESOURCE-URI>, items: null, offset: 0, limit: 1000, _links: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.1 | docs/models/Requests.md |
ionoscloud-6.1.0 | docs/models/Requests.md |
ionoscloud-6.0.2 | docs/models/Requests.md |
ionoscloud-6.0.1 | docs/models/Requests.md |