pub type RuntimeTemplatePage = CursorPage<RuntimeTemplate>;Aliased Type§
pub struct RuntimeTemplatePage {
pub items: Vec<RuntimeTemplate>,
pub next_cursor: Option<String>,
}Fields§
§items: Vec<RuntimeTemplate>§next_cursor: Option<String>