Type Alias PbRefreshStartMutation

Source
pub type PbRefreshStartMutation = RefreshStartMutation;

Aliased Type§

pub struct PbRefreshStartMutation {
    pub table_id: u32,
    pub associated_source_id: u32,
}

Fields§

§table_id: u32

Table ID to start refresh operation.

§associated_source_id: u32

Associated source ID for this refresh operation.