ContractProperties

Properties

NameTypeDescriptionNotes

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

[optional]

Example

require 'ionoscloud'

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

Last updated