Sha256: c2fe4e250468d2acdf16fb29bfa167b2e2fbc7298e1c5622397d714c46358acb

Contents?: true

Size: 714 Bytes

Versions: 8

Compression:

Stored size: 714 Bytes

Contents

# ContractProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **contract_number** | **Integer** | contract number | [optional][readonly] |
| **owner** | **String** | owner of the contract | [optional][readonly] |
| **status** | **String** | status of the contract | [optional][readonly] |
| **reg_domain** | **String** | 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

8 entries across 8 versions & 1 rubygems

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