LabSupportPropertiesArgs

data class LabSupportPropertiesArgs(val enabled: Output<Either<String, EnableStatus>>? = null, val markdown: Output<String>? = null) : ConvertibleToJava<LabSupportPropertiesArgs>

Properties of a lab's support banner

Constructors

Link copied to clipboard
constructor(enabled: Output<Either<String, EnableStatus>>? = null, markdown: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Either<String, EnableStatus>>? = null

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

Link copied to clipboard
val markdown: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LabSupportPropertiesArgs