InfoModuleData

JSON representation
{
  "labelValueRows": [
    {
      object (LabelValueRow)
    }
  ],
  "showLastUpdateTime": boolean
}
Fields
labelValueRows[]

object (LabelValueRow)

A list of collections of labels and values. These will be displayed one after the other in a singular column.

showLastUpdateTime
(deprecated)

boolean

LabelValueRow

JSON representation
{
  "columns": [
    {
      object (LabelValue)
    }
  ]
}
Fields
columns[]

object (LabelValue)

A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.

LabelValue

A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.

JSON representation
{
  "label": string,
  "value": string,
  "localizedLabel": {
    object (LocalizedString)
  },
  "localizedValue": {
    object (LocalizedString)
  }
}
Fields
label

string

The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.

value

string

The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.

localizedLabel

object (LocalizedString)

Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.

localizedValue

object (LocalizedString)

Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.