Sha256: a6681fde620b55d4f4c4ea720ae82f4dbcb3584306a15006f587286f782238c7

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# IpBlocks

## 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<IpBlock>**](IpBlock.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). | [optional] |
| **limit** | **Float** | The limit, specified in the request (if not specified, the endpoint's default pagination limit is used). | [optional] |
| **_links** | [**PaginationLinks**](PaginationLinks.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::IpBlocks.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  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/IpBlocks.md
ionoscloud-6.1.0 docs/models/IpBlocks.md
ionoscloud-6.0.2 docs/models/IpBlocks.md
ionoscloud-6.0.1 docs/models/IpBlocks.md