Sha256: f0d6afb89e76f1d7648f2805451b04f7cd6932cab26b28c00b295234005e7c17
Contents?: true
Size: 1005 Bytes
Versions: 5
Compression:
Stored size: 1005 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 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 (or, if none was specified, the default limit of 0) | | | **_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
5 entries across 5 versions & 1 rubygems