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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python