> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/contract.md).

# Contract

## Properties

\| **properties** | [**ContractProperties**](/ruby-sdk/models/contractproperties.md) | | |

\| **type** | [**Type**](/ruby-sdk/models/type.md) | The type of the resource. | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::Contract.new(
  properties: null,

  type: "resource"
)
```
