LabAnnouncementPropertiesArgs

data class LabAnnouncementPropertiesArgs(val enabled: Output<Either<String, EnableStatus>>? = null, val expirationDate: Output<String>? = null, val expired: Output<Boolean>? = null, val markdown: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<LabAnnouncementPropertiesArgs>

Properties of a lab's announcement banner

Constructors

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

Properties

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

Is the lab announcement active/enabled at this time?

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

The time at which the announcement expires (null for never)

Link copied to clipboard
val expired: Output<Boolean>? = null

Has this announcement expired?

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.

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

The plain text title for the lab announcement

Functions

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