pub type TransQueryTasksResponse = TransQueryTasksOutputResponse;
Aliased Type§
struct TransQueryTasksResponse {
pub task_list: Vec<TransTaskInfo>,
}
Fields§
§task_list: Vec<TransTaskInfo>
pub type TransQueryTasksResponse = TransQueryTasksOutputResponse;
struct TransQueryTasksResponse {
pub task_list: Vec<TransTaskInfo>,
}
task_list: Vec<TransTaskInfo>