Skip to main content

GraphPathResponse

Type Alias GraphPathResponse 

Source
pub type GraphPathResponse = BaseResponse<GraphPathData>;
Expand description

API response for graph path query.

Aliased Type§

pub struct GraphPathResponse {
    pub code: i32,
    pub message: String,
    pub data: Option<GraphPathData>,
}

Fields§

§code: i32§message: String§data: Option<GraphPathData>