RemoteGridData

@Serializable
data class RemoteGridData(val name: String, val isSelectable: Boolean)

Constructors

Link copied to clipboard
fun RemoteGridData(name: String, isSelectable: Boolean)

Properties

Link copied to clipboard
val isSelectable: Boolean
Link copied to clipboard
val name: String