pub type ExecutionOutputPageResponse = ExecutionOutputPageResponse;Aliased Type§
pub struct ExecutionOutputPageResponse {
pub execution_id: String,
pub generation: u64,
pub events: Vec<ExecutionOutputEvent>,
pub next_cursor: String,
pub has_more: bool,
pub truncated: bool,
}Fields§
§execution_id: String§generation: u64§events: Vec<ExecutionOutputEvent>§next_cursor: String§has_more: bool§truncated: bool