Response Class
A response.
- Inheritance
-
azure.mgmt.web._serialization.ModelResponse
Constructor
Response(*, headers: MutableMapping[str, Any] | None = None, status_code: int | None = None, body_link: _models.ContentLink | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
headers
|
<xref:JSON>
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. |
Variables
Name | Description |
---|---|
headers
|
<xref:JSON>
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python