LabSupportPropertiesResponse

data class LabSupportPropertiesResponse(val enabled: String? = null, val markdown: String? = null)

Properties of a lab's support banner

Constructors

Link copied to clipboard
constructor(enabled: String? = null, markdown: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: String? = null

Is the lab support banner active/enabled at this time?

Link copied to clipboard
val markdown: String? = null

The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.