Skip to main content

UpdateFeaturesResponseV1

Type Alias UpdateFeaturesResponseV1 

Source
pub type UpdateFeaturesResponseV1 = UpdateFeaturesResponseV0;
Expand description

UpdateFeatures v1 has the same response body as v0.

Aliased Type§

pub struct UpdateFeaturesResponseV1 {
    pub throttle_time_ms: i32,
    pub error_code: i16,
    pub error_message: Option<String>,
    pub results: Vec<FeatureUpdateResultV0>,
}

Fields§

§throttle_time_ms: i32§error_code: i16§error_message: Option<String>§results: Vec<FeatureUpdateResultV0>