Id

@Serializable
data class Id(val id: Int, val destroy: Boolean) : AccessOption

Constructors

Link copied to clipboard
constructor(id: Int, destroy: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "_destroy")
val destroy: Boolean
Link copied to clipboard
val id: Int