Sha256: 2408b3d3a9dcdef6bb51bf609b03ba2aa73cba256bc99bd17e088dbf396cd41f

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

# Contract

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**Type**](Type.md) | The type of the resource | [optional] |
| **properties** | [**ContractProperties**](ContractProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::Contract.new(
  type: "resource",
  properties: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/Contract.md
ionoscloud-6.0.0.beta.4 docs/models/Contract.md
ionoscloud-5.1.1 docs/models/Contract.md
ionoscloud-6.0.0.beta.3 docs/Contract.md
ionoscloud-5.1.0 docs/Contract.md
ionoscloud-6.0.0.beta.2 docs/Contract.md
ionoscloud-5.0.1 docs/Contract.md
ionoscloud-6.0.0.beta.1 docs/Contract.md