Text

data class Text(val value: TextAttributes) : FieldAttributes

Field attributes for Text field type.

Constructors

Link copied to clipboard
constructor(value: TextAttributes)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this FieldAttributes as a Text and retrieves its aws.sdk.kotlin.services.connectcases.model.TextAttributes value. Throws an exception if the FieldAttributes is not a Text.

Link copied to clipboard

Casts this FieldAttributes as a Text and retrieves its aws.sdk.kotlin.services.connectcases.model.TextAttributes value. Returns null if the FieldAttributes is not a Text.