MarkdownPartMetadataResponseSettingsSettings

data class MarkdownPartMetadataResponseSettingsSettings(val content: String? = null, val markdownSource: Int? = null, val markdownUri: String? = null, val subtitle: String? = null, val title: String? = null)

The setting of the content of markdown part.

Constructors

constructor(content: String? = null, markdownSource: Int? = null, markdownUri: String? = null, subtitle: String? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content of the markdown part.

Link copied to clipboard
val markdownSource: Int? = null

The source of the content of the markdown part.

Link copied to clipboard
val markdownUri: String? = null

The uri of markdown content.

Link copied to clipboard
val subtitle: String? = null

The subtitle of the markdown part.

Link copied to clipboard
val title: String? = null

The title of the markdown part.