Sha256: b19ee9bff149aab112540c659bfc9688c46ba3907fb0dafe484c3fe4841204ff

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

# ContractProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **contract_number** | **Integer** | The contract number. | [optional][readonly] |
| **owner** | **String** | The owner of the contract. | [optional][readonly] |
| **status** | **String** | The status of the contract. | [optional][readonly] |
| **reg_domain** | **String** | The registration domain of the contract. | [optional][readonly] |
| **resource_limits** | [**ResourceLimits**](ResourceLimits.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::ContractProperties.new(
  contract_number: null,
  owner: null,
  status: null,
  reg_domain: null,
  resource_limits: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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