Type Alias PbListRateLimitsResponse

Source
pub type PbListRateLimitsResponse = ListRateLimitsResponse;

Aliased Type§

pub struct PbListRateLimitsResponse {
    pub rate_limits: Vec<RateLimitInfo>,
}

Fields§

§rate_limits: Vec<RateLimitInfo>