InfoModuleData
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"labelValueRows": [
{
object (LabelValueRow )
}
],
"showLastUpdateTime": boolean
} |
필드 |
labelValueRows[] |
object (LabelValueRow )
라벨 및 값 컬렉션의 목록입니다. 한 열에 차례로 표시됩니다.
|
showLastUpdateTime (deprecated) |
boolean
|
LabelValueRow
JSON 표현 |
{
"columns": [
{
object (LabelValue )
}
]
} |
필드 |
columns[] |
object (LabelValue )
라벨 및 값의 목록입니다. 이 필드는 필드 이름과 관계없이 여러 열에 표시되지 않고 한 열에 차례로 표시됩니다.
|
LabelValue
세부정보 뷰에 표시될 한 쌍의 텍스트 문자열입니다. 더 이상 항목 목록이 아닌 표로 LabelValue/LabelValueRow를 표시하지 않습니다.
필드 |
label |
string
특정 행 및 열의 라벨입니다. 권장되는 최대 길이는 2열 레이아웃의 경우 15자(영문 기준), 1열 레이아웃의 경우 30자(영문 기준)입니다.
|
value |
string
특정 행 및 열의 값입니다. 권장되는 최대 길이는 2열 레이아웃의 경우 15자(영문 기준), 1열 레이아웃의 경우 30자(영문 기준)입니다.
|
localizedLabel |
object (LocalizedString )
라벨의 번역된 문자열입니다. 권장되는 최대 길이는 2열 레이아웃의 경우 15자(영문 기준), 1열 레이아웃의 경우 30자(영문 기준)입니다.
|
localizedValue |
object (LocalizedString )
값의 번역된 문자열입니다. 권장되는 최대 길이는 2열 레이아웃의 경우 15자(영문 기준), 1열 레이아웃의 경우 30자(영문 기준)입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eInfoModuleData objects structure information for display in the Google Pay app, using LabelValueRows for organization.\u003c/p\u003e\n"],["\u003cp\u003eLabelValueRows contain one or more LabelValue objects, which represent a label and its corresponding value.\u003c/p\u003e\n"],["\u003cp\u003eLabels and values can be simple strings or localized using LocalizedString objects for translation.\u003c/p\u003e\n"],["\u003cp\u003eDisplay of LabelValue/LabelValueRow is no longer in a table format but as a list of items.\u003c/p\u003e\n"],["\u003cp\u003eWhile 'columns' is used in the field name for LabelValueRow, the display is in a singular column, not multiple columns.\u003c/p\u003e\n"]]],["The content defines data structures for displaying labels and values. `LabelValueRows` contain a list of `LabelValue` objects, shown in a single column. Each `LabelValue` has a `label` and a `value`, along with their localized versions. The `labelValueRows` field, is a list of `LabelValueRow`. `showLastUpdateTime` is a deprecated boolean. `label` and `value` are strings, with recommended maximum lengths depending on layout. `localizedLabel` and `localizedValue` are for translated strings.\n"],null,["# InfoModuleData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [LabelValueRow](#LabelValueRow)\n - [JSON representation](#LabelValueRow.SCHEMA_REPRESENTATION)\n- [LabelValue](#LabelValue)\n - [JSON representation](#LabelValue.SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"labelValueRows\": [ { object (/wallet/reference/rest/v1/InfoModuleData#LabelValueRow) } ], \"showLastUpdateTime\": boolean } ``` |\n\n| Fields ||\n|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `labelValueRows[]` | `object (`[LabelValueRow](/wallet/reference/rest/v1/InfoModuleData#LabelValueRow)`)` A list of collections of labels and values. These will be displayed one after the other in a singular column. |\n| `showLastUpdateTime` **(deprecated)** | `boolean` | This item is deprecated! |\n\nLabelValueRow\n-------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------|\n| ``` { \"columns\": [ { object (/wallet/reference/rest/v1/InfoModuleData#LabelValue) } ] } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `columns[]` | `object (`[LabelValue](/wallet/reference/rest/v1/InfoModuleData#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. |\n\nLabelValue\n----------\n\nA 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.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"label\": string, \"value\": string, \"localizedLabel\": { object (/wallet/reference/rest/v1/LocalizedString) }, \"localizedValue\": { object (/wallet/reference/rest/v1/LocalizedString) } } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `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. |\n| `localizedLabel` | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout. |\n| `localizedValue` | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout. |"]]