Response Class
A response.
Constructor
Response(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
headers
|
A list of all the headers attached to the response. |
|
status_code
|
The status code of the response. |
|
body_link
|
Details on the location of the body content. |
Attributes
body_link
Details on the location of the body content.
body_link: _models.ContentLink | None
headers
A list of all the headers attached to the response.
headers: Any | None
status_code
The status code of the response.
status_code: int | None