Contract

Properties

| properties | ContractProperties | | |

| type | Type | The type of the resource. | [optional] |

Example

require 'ionoscloud'


instance = Ionoscloud::Contract.new(
  properties: null,

  type: "resource"
)

Last updated