pub type GetDoubleWinProductResponse = GetDoubleWinProductResult;Aliased Type§
pub struct GetDoubleWinProductResponse {
pub category: Option<String>,
pub list: Option<Vec<DoubleWinProduct>>,
}Fields§
§category: Option<String>§list: Option<Vec<DoubleWinProduct>>