Sha256: a0e6728737ae49da9ea1727ebda835586c8359a17ebe760e8f79a6c4802970e5
Contents?: true
Size: 663 Bytes
Versions: 4
Compression:
Stored size: 663 Bytes
Contents
# Contracts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of object that has been created | [optional] | | **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] | | **items** | [**Array<Contract>**](Contract.md) | Array of items in that collection. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Contracts.new( id: contracts, type: "collection", href: <RESOURCE-URI>, items: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0.beta.4 | docs/models/Contracts.md |
ionoscloud-6.0.0.beta.3 | docs/Contracts.md |
ionoscloud-6.0.0.beta.2 | docs/Contracts.md |
ionoscloud-6.0.0.beta.1 | docs/Contracts.md |