Sha256: 0de7ebd1384f94df53523f507ce9e75d5d9620687d96456015b6b7bdf8dfb3e4

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 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

5 entries across 5 versions & 1 rubygems

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