StatusDetailProperties Class
The status detail properties of the connected registry.
Constructor
StatusDetailProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The component of the connected registry corresponding to the status. |
|
code
|
The HTTP status code. |
|
description
|
The description of the status. |
|
timestamp
|
The timestamp of the status. |
|
correlation_id
|
The correlation ID of the status. |
Attributes
code
The HTTP status code.
code: str | None
correlation_id
The correlation ID of the status.
correlation_id: str | None
description
The description of the status.
description: str | None
timestamp
The timestamp of the status.
timestamp: datetime | None
type
The component of the connected registry corresponding to the status.
type: str | None