# Contracts

## Properties

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

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

\| **items** | [**Array\<Contract>**](https://docs.ionos.com/sections-test/ruby-sdk/cloud-api-ruby-sdk/models/contract) | Array of items in the collection. | \[optional]\[readonly] |

\| **type** | [**Type**](https://docs.ionos.com/sections-test/ruby-sdk/cloud-api-ruby-sdk/models/type) | 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"
)
```
