Sha256: f04ad81fd27c0544409862f0f815e4a9ee2688ed1d3e81bb81c2a10a9aa3db3c
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
# ContractProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **contract_number** | **Integer** | The contract number. | [optional][readonly] | | **owner** | **String** | The contract owner's user name. | [optional][readonly] | | **reg_domain** | **String** | The registration domain of the contract. | [optional][readonly] | | **resource_limits** | [**ResourceLimits**](ResourceLimits.md) | | [optional] | | **status** | **String** | The contract status. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::ContractProperties.new( contract_number: 12345, owner: user@example.com, reg_domain: ionos.de, resource_limits: null, status: BILLABLE ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/ContractProperties.md |