Type Alias PbGetTableReplacePlanResponse

Source
pub type PbGetTableReplacePlanResponse = GetTableReplacePlanResponse;
Expand description

Aliased Type§

struct PbGetTableReplacePlanResponse {
    pub replace_plan: Option<ReplaceJobPlan>,
}

Fields§

§replace_plan: Option<ReplaceJobPlan>