Skip to main content

GetStepResponseContent

Type Alias GetStepResponseContent 

Source
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: String

id.

§content: String

content.

§completed: bool

completed.