Contracts

Properties

| href | String | The URL to the object representation (absolute path). | [optional][readonly] |

| id | String | The resource's unique identifier. | [optional][readonly] |

| items | Array<Contract> | Array of items in the collection. | [optional][readonly] |

| type | Type | The type of object that has been created. | [optional] |

Example

require 'ionoscloud'


instance = Ionoscloud::Contracts.new(
  href: https://api.ionos.com/cloudapi/v6/contracts,

  id: contracts,

  items: null,

  type: "collection"
)

Last updated