Sha256: 95f78904610d56cfeed515019381574aea3a3064ecb9f94d79b9c91d83a05722
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/Contracts.md |