Skip to main content

CreateStepResponseContent

Type Alias CreateStepResponseContent 

Source
pub type CreateStepResponseContent = Step;
Expand description

CreateStepResponseContent, as the model names it.

Aliased Type§

pub struct CreateStepResponseContent {
    pub id: String,
    pub content: String,
    pub completed: bool,
}

Fields§

§id: String

id.

§content: String

content.

§completed: bool

completed.