JSON representation |
---|
{
"labelValueRows": [
{
object ( |
Fields | |
---|---|
label |
A list of collections of labels and values. These will be displayed one after the other in a singular column. |
showLastUpdateTime |
|
LabelValueRow
JSON representation |
---|
{
"columns": [
{
object ( |
Fields | |
---|---|
columns[] |
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 ( |
Fields | |
---|---|
label |
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 |
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. |
localized |
Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout. |
localized |
Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout. |