Sha256: 5854293a5b71f1d4bbb57ff3afbf568a50cb2b1ee62aa9784f1f9ea22f7248b4
Contents?: true
Size: 680 Bytes
Versions: 5
Compression:
Stored size: 680 Bytes
Contents
# RequestStatus ## 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** | [**RequestStatusMetadata**](RequestStatusMetadata.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::RequestStatus.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "request-status", href: <RESOURCE-URI>, metadata: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems