turnkey_client 0.6.1

A Rust client to interact with the Turnkey API.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
#[derive(::serde::Serialize, ::serde::Deserialize)]
#[serde(rename_all = "camelCase")]
#[derive(Clone, PartialEq)]
pub struct Pagination {
    pub limit: ::prost::alloc::string::String,
    pub before: ::prost::alloc::string::String,
    pub after: ::prost::alloc::string::String,
}