Sha256: 93b95eb7795f4a1588a3806e2e825731ccdfdd0ea8d5e8e65fe43f9096d455d9
Contents?: true
Size: 932 Bytes
Versions: 5
Compression:
Stored size: 932 Bytes
Contents
# Resource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of the resource. | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**ResourceProperties**](ResourceProperties.md) | | [optional] | | **entities** | [**ResourceEntities**](ResourceEntities.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Resource.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "group", href: https://<API_HOST>/cloudapi/v6/um/resources/datacenter/15f67991-0f51-4efc-a8ad-ef1fb31a480c, metadata: null, properties: null, entities: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems