MarkdownPartMetadataResponse

data class MarkdownPartMetadataResponse(val inputs: List<Any>? = null, val settings: MarkdownPartMetadataResponseSettings? = null, val type: String)

Markdown part metadata.

Constructors

Link copied to clipboard
constructor(inputs: List<Any>? = null, settings: MarkdownPartMetadataResponseSettings? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputs: List<Any>? = null

Input to dashboard part.

Link copied to clipboard

Markdown part settings.

Link copied to clipboard

The type of dashboard part. Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.