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