TextPartValue

Describes text information objects containing fields that determine how text part objects are composed.

Types

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

Properties

Link copied to clipboard

A short single line description of the link. Must be hyper-linked with the URL itself.

Link copied to clipboard

A map of locales to the text in that locale.

Link copied to clipboard

The type of text part. Determines the usage of all other fields and whether or not they're required.

Link copied to clipboard
val url: String?

The URL itself.

Functions

Link copied to clipboard
inline fun copy(block: TextPartValue.Builder.() -> Unit = {}): TextPartValue
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