DocumentApi

@Serializable
data class DocumentApi(val id: String = "", val title: String = "", val userId: String, val content: List<StoryStepApi> = emptyList(), val createdAt: Long = Clock.System.now().toEpochMilliseconds(), val lastUpdatedAt: Long = Clock.System.now().toEpochMilliseconds(), val parentId: String)

Constructors

Link copied to clipboard
constructor(id: String = "", title: String = "", userId: String, content: List<StoryStepApi> = emptyList(), createdAt: Long = Clock.System.now().toEpochMilliseconds(), lastUpdatedAt: Long = Clock.System.now().toEpochMilliseconds(), parentId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard