pub type GetRfqsResponse = GetRfqsResult;Expand description
Get RFQs response.
Aliased Type§
pub struct GetRfqsResponse {
pub cursor: Option<String>,
pub list: Option<Vec<GetRfqsListItem>>,
}Fields§
§cursor: Option<String>§list: Option<Vec<GetRfqsListItem>>