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