GoogleApi.Gax.DataWrapper (google_gax v0.4.1) View Source
Module and struct to help serialize/deserialize "data-wrapped" responses.
An endpoint response may be declared as type "Pet" and "data-wrapped" which means the response would have an outer object with a single "data" key:
{
"data": { // real pet data
"id": 123,
"name": "Fido"
}
}
Link to this section Summary
Functions
Unwrap a data-wrapped JSON response.
Link to this section Types
Specs
t() :: %GoogleApi.Gax.DataWrapper{data: any()}