pub type GetSmartLeverageProductResponse = GetSmartLeverageProductResult;Aliased Type§
pub struct GetSmartLeverageProductResponse {
pub category: Option<String>,
pub list: Option<Vec<SmartLeverageProduct>>,
}Fields§
§category: Option<String>§list: Option<Vec<SmartLeverageProduct>>