Variables

@Serializable
data class Variables(val id: ID, val offset: Int? = null, val count: Int)(source)

Constructors

Link copied to clipboard
constructor(id: ID, offset: Int? = null, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val id: ID
Link copied to clipboard
val offset: Int? = null