Sha256: 7daf0820cd5b7aeb589a5d935995c715b1f1410310fe500d89ab35759eceefef
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/v6/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-6.0.0.beta.4 | docs/models/Resource.md |
ionoscloud-6.0.0.beta.3 | docs/Resource.md |
ionoscloud-6.0.0.beta.2 | docs/Resource.md |
ionoscloud-6.0.0.beta.1 | docs/Resource.md |