class documentation
Model class for requests that don't return JSON.
Serializes and de-serializes between JSON and the Python object representation of HTTP request, and returns the raw bytes of the response body.
| Method | deserialize |
Perform the actual deserialization from response string to Python object. |
| Instance Variable | accept |
Undocumented |
| Instance Variable | alt |
Undocumented |
| Instance Variable | content |
Undocumented |
| Property | no |
Undocumented |
Inherited from JsonModel:
| Method | __init__ |
Construct a JsonModel. |
| Method | serialize |
Perform the actual Python object serialization. |
| Instance Variable | _data |
Undocumented |
Inherited from BaseModel (via JsonModel):
| Method | request |
Updates outgoing requests with a serialized body. |
| Method | response |
Convert the response wire format into a Python object. |
| Method | _build |
Builds a query string. |
| Method | _log |
Logs debugging information about the request if requested. |
| Method | _log |
Logs debugging information about the response if requested. |