EmbedConfig

@JsonClass(generateAdapter = true)
data class EmbedConfig(    val embedContentId: String?,     val embedType: String?,     val showEmbed: Boolean?)

Constructors

Link copied to clipboard
fun EmbedConfig(    embedContentId: String?,     embedType: String?,     showEmbed: Boolean?)

Properties

Link copied to clipboard
val embedContentId: String?
Link copied to clipboard
val embedType: String?
Link copied to clipboard
val showEmbed: Boolean?