DashboardSheet

data class DashboardSheet(val name: String? = null, val sheetId: String? = null)

Constructors

Link copied to clipboard
fun DashboardSheet(name: String? = null, sheetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val sheetId: String? = null