TextModuleData

Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.

JSON representation
{
  "header": string,
  "body": string,
  "localizedHeader": {
    object (LocalizedString)
  },
  "localizedBody": {
    object (LocalizedString)
  },
  "id": string
}
Fields
header

string

The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.

body

string

The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.

localizedHeader

object (LocalizedString)

Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.

localizedBody

object (LocalizedString)

Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.

id

string

The ID associated with a text module. This field is here to enable ease of management of text modules.