Sha256: 9fee3f9a0123b03f6b1d81facb81882e9e2989d559bf227e2061da8558706f2c
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
# S3Key ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **metadata** | [**S3KeyMetadata**](S3KeyMetadata.md) | | [optional] | | **properties** | [**S3KeyProperties**](S3KeyProperties.md) | | | | **type** | [**Type**](Type.md) | The type of the resource. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::S3Key.new( href: https://<API_HOST>/cloudapi/v6/um/users/15f67991-0f51-4efc-a8ad-ef1fb31a480c/s3keys/78fa888e106456c1482d, id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, metadata: null, properties: null, type: "group" ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/S3Key.md |