PbApplyThrottleRequest

Type Alias PbApplyThrottleRequest 

Source
pub type PbApplyThrottleRequest = ApplyThrottleRequest;

Aliased Type§

pub struct PbApplyThrottleRequest {
    pub throttle_target: i32,
    pub throttle_type: i32,
    pub id: u32,
    pub rate: Option<u32>,
}

Fields§

§throttle_target: i32§throttle_type: i32§id: u32§rate: Option<u32>