Sha256: ec0aae91212cc16cbb64c3b38a1291f27fa721e1edce1da404d6b95260b5710c
Contents?: true
Size: 688 Bytes
Versions: 1
Compression:
Stored size: 688 Bytes
Contents
# RequestStatus ## 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** | [**RequestStatusMetadata**](RequestStatusMetadata.md) | | [optional] | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::RequestStatus.new( href: <RESOURCE-URI>, id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, metadata: null, type: "request-status" ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/RequestStatus.md |