Skip to main content

Suggestion

Type Alias Suggestion 

Source
pub type Suggestion = RouteSuggestion;
Expand description

Convenience alias for the legacy name in the spec.

Aliased Type§

pub struct Suggestion {
    pub route: String,
    pub model: String,
    pub cost_usd: f64,
    pub savings_usd: f64,
    pub quality_risk_band: QualityRiskBand,
    pub rationale: String,
    pub applicable: bool,
}

Fields§

§route: String§model: String§cost_usd: f64§savings_usd: f64§quality_risk_band: QualityRiskBand§rationale: String§applicable: bool