Share via


StatusDetailProperties Class

The status detail properties of the connected registry.

Constructor

StatusDetailProperties(*args: Any, **kwargs: Any)

Variables

Name Description
type
str

The component of the connected registry corresponding to the status.

code
str

The HTTP status code.

description
str

The description of the status.

timestamp

The timestamp of the status.

correlation_id
str

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