Sha256: d007347388f4c4541a4aea612d383e163623386931bad90e95157cf72e09f6fe
Contents?: true
Size: 523 Bytes
Versions: 5
Compression:
Stored size: 523 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
5 entries across 5 versions & 1 rubygems