Sha256: 1a79528b90e4e89aa32ae7c27cdb0dba97989c79ff84937ed22103ee86310536

Contents?: true

Size: 699 Bytes

Versions: 4

Compression:

Stored size: 699 Bytes

Contents

# BackupUnits

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | **String** | The type of object that has been created. | [optional][readonly] |
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
| **items** | [**Array<BackupUnit>**](BackupUnit.md) | Array of items in the collection. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::BackupUnits.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: collection,
  href: <RESOURCE-URI>,
  items: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/BackupUnits.md
ionoscloud-6.1.0 docs/models/BackupUnits.md
ionoscloud-6.0.2 docs/models/BackupUnits.md
ionoscloud-6.0.1 docs/models/BackupUnits.md