Sha256: a437932ae5909434f2deddecca5bb6c2c248bc65cbaa09c49fe7c0830457e9b2

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

# Contracts

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **href** | **String** | The URL to the object representation (absolute path). | [optional][readonly] |

| **id** | **String** | The resource's unique identifier. | [optional][readonly] |

| **items** | [**Array<Contract>**](Contract.md) | Array of items in the collection. | [optional][readonly] |

| **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::Contracts.new(
  href: https://api.ionos.com/cloudapi/v6/contracts,

  id: contracts,

  items: null,

  type: "collection"
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/Contracts.md