MarkdownPartMetadataSettingsSettingsArgs

data class MarkdownPartMetadataSettingsSettingsArgs(val content: Output<String>? = null, val markdownSource: Output<Int>? = null, val markdownUri: Output<String>? = null, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<MarkdownPartMetadataSettingsSettingsArgs>

The setting of the content of markdown part.

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, markdownSource: Output<Int>? = null, markdownUri: Output<String>? = null, subtitle: Output<String>? = null, title: Output<String>? = null)

Properties

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

The content of the markdown part.

Link copied to clipboard
val markdownSource: Output<Int>? = null

The source of the content of the markdown part.

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

The uri of markdown content.

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

The subtitle of the markdown part.

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

The title of the markdown part.

Functions

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