Sha256: c68e33d144704223ce35d9b979b324e82e37ef79f5e9bbc64d4ffcae319a9d2e
Contents?: true
Size: 752 Bytes
Versions: 5
Compression:
Stored size: 752 Bytes
Contents
# Image ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**ImageProperties**](ImageProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Image.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "image", href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems