pub type Params = HashMap<String, Value>;
Params represents a set of parameters that gets passed to a request.
pub struct Params { /* private fields */ }