Screenshots

data class Screenshots(val blockType: String, val screenshots: List<SingleScreenshot>)

Constructors

Link copied to clipboard
fun Screenshots(blockType: String, screenshots: List<SingleScreenshot>)

Properties

Link copied to clipboard
val blockType: String
Link copied to clipboard
val screenshots: List<SingleScreenshot>