[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["Labels in Google Drive are represented by an ID, revision ID, kind, and a map of fields containing typed key-value pairs."],["Each label field is defined by an ID, value type (dateString, integer, selection, text, or user), and corresponding value(s)."],["Label fields can store single or multiple values of their specified type, such as dates, integers, selections, text, or user information."],["The structure of labels and their fields is designed to enable flexible and organized metadata tagging for Drive items."]]],["The content defines the structure of labels and their fields using JSON representations. A label contains an `id`, `revisionId`, `kind` (always `drive#label`), and a `fields` map. Each field is a key-value pair with a `kind` (`drive#labelField`), `id`, and `valueType`, and the `valueType` can be `dateString`, `integer`, `selection`, `text`, or `user`. Based on valueType the field can have multiple values in the corresponding array.\n"]]