Sha256: 1ed0c499a659397109f9f50ace5206e7b353c3b34199fcee1a9550035c05465f
Contents?: true
Size: 929 Bytes
Versions: 4
Compression:
Stored size: 929 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/v5/um/resources/datacenter/15f67991-0f51-4efc-a8ad-ef1fb31a480c, metadata: null, properties: null, entities: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-5.1.2 | docs/models/Resource.md |
ionoscloud-5.1.1 | docs/models/Resource.md |
ionoscloud-5.1.0 | docs/Resource.md |
ionoscloud-5.0.1 | docs/Resource.md |