ActionButtons

@Serializable
data class ActionButtons(val withLabel: Boolean = false)

Constructors

Link copied to clipboard
constructor(withLabel: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "withlabel")
val withLabel: Boolean