Type Alias TransCreateTaskResponse

Source
pub type TransCreateTaskResponse = TransCreateTaskOutputResponse;

Aliased Type§

struct TransCreateTaskResponse {
    pub task_id: String,
}

Fields§

§task_id: String