DocumentApi

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