Sha256: 651fa22a40fba2d9cf1c167132d4c2b0712576f4e6ef49b8bb4800549ca44f02
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
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 that collection. | [optional][readonly] | | **offset** | **Float** | The offset specified in the request (or, if none was specified, the default offset of 0) | | | **limit** | **Float** | The limit specified in the request (if none was specified, use the endpoint's default pagination limit). | | | **_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/Requests.md |