Skip to main content

GetDoubleWinProductResponse

Type Alias GetDoubleWinProductResponse 

Source
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>>