InlineContent

Contains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information about content defined inline in bytes.

Link copied to clipboard

Contains information about content defined inline in text.

Link copied to clipboard

The type of inline content to define.

Functions

Link copied to clipboard
inline fun copy(block: InlineContent.Builder.() -> Unit = {}): InlineContent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String