LabAnnouncementPropertiesResponse

data class LabAnnouncementPropertiesResponse(val enabled: String? = null, val expirationDate: String? = null, val expired: Boolean? = null, val markdown: String? = null, val provisioningState: String, val title: String? = null, val uniqueIdentifier: String)

Properties of a lab's announcement banner

Constructors

Link copied to clipboard
constructor(enabled: String? = null, expirationDate: String? = null, expired: Boolean? = null, markdown: String? = null, provisioningState: String, title: String? = null, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: String? = null

Is the lab announcement active/enabled at this time?

Link copied to clipboard
val expirationDate: String? = null

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

Link copied to clipboard
val expired: Boolean? = null

Has this announcement expired?

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.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val title: String? = null

The plain text title for the lab announcement

Link copied to clipboard

The unique immutable identifier of a resource (Guid).