CreateMenuRequest

@Serializable
@SerialName(value = "CreateMenuRequest")
data class CreateMenuRequest(val name: String) : JsonEncodable

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJson(): String