BrandPage

@Serializable
data class BrandPage(val labelId: Int, val uuid: String = UUID.randomUUID().toString()) : ExampleRoute

Constructors

Link copied to clipboard
constructor(labelId: Int, uuid: String = UUID.randomUUID().toString())

Properties

Link copied to clipboard
Link copied to clipboard