EventResponseMessage Class

The event response message received from the service URI.

Inheritance
azure.mgmt.containerregistry._serialization.Model
EventResponseMessage

Constructor

EventResponseMessage(*, content: str | None = None, headers: Dict[str, str] | None = None, reason_phrase: str | None = None, status_code: str | None = None, version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
content
str

The content of the event response message.

headers

The headers of the event response message.

reason_phrase
str

The reason phrase of the event response message.

status_code
str

The status code of the event response message.

version
str

The HTTP message version.

Variables

Name Description
content
str

The content of the event response message.

headers

The headers of the event response message.

reason_phrase
str

The reason phrase of the event response message.

status_code
str

The status code of the event response message.

version
str

The HTTP message version.