Response Class

A response.

Inheritance
Response

Constructor

Response(*, headers: Optional[Any] = None, status_code: Optional[int] = None, body_link: Optional[azure.mgmt.logic.models._models_py3.ContentLink] = None, **kwargs)

Variables

headers
any

A list of all the headers attached to the response.

status_code
int

The status code of the response.

body_link
ContentLink

Details on the location of the body content.