लेबल और वैल्यू की सूची. फ़ील्ड के नाम के बावजूद, इन्हें एक के बाद एक, एक से ज़्यादा कॉलम में नहीं, बल्कि एक के बाद एक कॉलम में दिखाया जाएगा.
LabelValue
टेक्स्ट स्ट्रिंग का एक जोड़ा, जिसे ज़्यादा जानकारी वाले व्यू में दिखाया जाएगा. ध्यान दें कि हम अब LabelValue/LabelValueRow को टेबल के तौर पर नहीं, बल्कि आइटम की सूची के तौर पर दिखाते हैं.
किसी पंक्ति और कॉलम का लेबल. दो कॉलम वाले लेआउट के लिए, ज़्यादा से ज़्यादा 15 वर्ण और एक कॉलम वाले लेआउट के लिए 30 वर्ण इस्तेमाल करने का सुझाव दिया जाता है.
value
string
किसी खास पंक्ति और कॉलम की वैल्यू. हमारा सुझाव है कि दो कॉलम वाले लेआउट के लिए ज़्यादा से ज़्यादा 15 वर्ण और एक कॉलम वाले लेआउट के लिए 30 वर्ण इस्तेमाल करें.
लेबल के लिए अनुवाद की गई स्ट्रिंग. दो कॉलम वाले लेआउट के लिए, ज़्यादा से ज़्यादा 15 वर्ण और एक कॉलम वाले लेआउट के लिए 30 वर्ण इस्तेमाल करने का सुझाव दिया जाता है.
वैल्यू के लिए अनुवाद की गई स्ट्रिंग. दो कॉलम वाले लेआउट के लिए, ज़्यादा से ज़्यादा 15 वर्ण और एक कॉलम वाले लेआउट के लिए 30 वर्ण इस्तेमाल करने का सुझाव दिया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-13 (UTC) को अपडेट किया गया."],[[["InfoModuleData objects structure information for display in the Google Pay app, using LabelValueRows for organization."],["LabelValueRows contain one or more LabelValue objects, which represent a label and its corresponding value."],["Labels and values can be simple strings or localized using LocalizedString objects for translation."],["Display of LabelValue/LabelValueRow is no longer in a table format but as a list of items."],["While 'columns' is used in the field name for LabelValueRow, the display is in a singular column, not multiple columns."]]],["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"]]