pub type GetStepResponseContent = Step;Expand description
GetStepResponseContent, as the model names it.
Aliased Type§
pub struct GetStepResponseContent {
pub id: String,
pub content: String,
pub completed: bool,
}Fields§
§id: Stringid.
content: Stringcontent.
completed: boolcompleted.