Sha256: 558f4d9cef0a045e6348a6f787c8487d4d2dfaa4653b965a8a4b4f73ad42f1bf
Contents?: true
Size: 520 Bytes
Versions: 8
Compression:
Stored size: 520 Bytes
Contents
# ResourceReference ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier | | | **type** | [**Type**](Type.md) | The type of object that has been created | [optional] | | **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::ResourceReference.new( id: null, type: "resource", href: <RESOURCE-URI> ) ```
Version data entries
8 entries across 8 versions & 1 rubygems