StoryStepApi

constructor(id: String, type: StoryTypeApi, parentId: String? = null, url: String? = null, path: String? = null, text: String? = null, checked: Boolean? = false, steps: List<StoryStepApi> = emptyList(), decoration: DecorationApi = DecorationApi(), position: Int)