InAppTemplateBodyConfigArgs

data class InAppTemplateBodyConfigArgs(val alignment: Output<InAppTemplateAlignment>? = null, val body: Output<String>? = null, val textColor: Output<String>? = null) : ConvertibleToJava<InAppTemplateBodyConfigArgs>

Constructors

Link copied to clipboard
constructor(alignment: Output<InAppTemplateAlignment>? = null, body: Output<String>? = null, textColor: Output<String>? = null)

Properties

Link copied to clipboard
val alignment: Output<InAppTemplateAlignment>? = null

The text alignment of the main body text of the message. Acceptable values: LEFT , CENTER , RIGHT .

Link copied to clipboard
val body: Output<String>? = null

The main body text of the message.

Link copied to clipboard
val textColor: Output<String>? = null

The color of the body text, expressed as a hex color code (such as #000000 for black).

Functions

Link copied to clipboard
open override fun toJava(): InAppTemplateBodyConfigArgs