Sha256: b553bea6c3a7c51a6634a6154b92c9eb4c44db8c868ba2869035a9816e5d5a97
Contents?: true
Size: 736 Bytes
Versions: 4
Compression:
Stored size: 736 Bytes
Contents
# PrivateCrossConnects ## 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<PrivateCrossConnect>**](PrivateCrossConnect.md) | Array of items in the collection. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::PrivateCrossConnects.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "collection", href: <RESOURCE-URI>, items: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems