pub type KeyAssignmentsQuery = PaginationQuery;Aliased Type§
pub struct KeyAssignmentsQuery {
pub offset: Option<u32>,
pub limit: Option<u32>,
pub extra: Vec<(String, String)>,
}Fields§
§offset: Option<u32>§limit: Option<u32>§extra: Vec<(String, String)>