Type Alias PbListCompactTaskAssignmentResponse

Source
pub type PbListCompactTaskAssignmentResponse = ListCompactTaskAssignmentResponse;
Expand description

Aliased Type§

struct PbListCompactTaskAssignmentResponse {
    pub task_assignment: Vec<CompactTaskAssignment>,
}

Fields§

§task_assignment: Vec<CompactTaskAssignment>