EventResponseMessage Class
The event response message received from the service URI.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelEventResponseMessage
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
|
The content of the event response message. |
headers
|
The headers of the event response message. |
reason_phrase
|
The reason phrase of the event response message. |
status_code
|
The status code of the event response message. |
version
|
The HTTP message version. |
Variables
Name | Description |
---|---|
content
|
The content of the event response message. |
headers
|
The headers of the event response message. |
reason_phrase
|
The reason phrase of the event response message. |
status_code
|
The status code of the event response message. |
version
|
The HTTP message version. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python