|
Represents the result of an Azure operation over HTTP by wrapping the raw HTTP response from a request made to the service into a response of a specific type. More...
#include <response.hpp>
Public Member Functions | |
Response (T value, std::unique_ptr< Azure::Core::Http::RawResponse > rawResponse) | |
Constructs a Response with the value and raw response returned by the service. | |
Public Attributes | |
T | Value |
The value returned by the service. | |
std::unique_ptr< Azure::Core::Http::RawResponse > | RawResponse |
The HTTP response returned by the service. | |
T | A specific type of value to get from the raw HTTP response. |
|
inlineexplicit |
value | The value returned by the service. |
rawResponse | The HTTP response returned by the service. |