[[["이해하기 쉬움","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-09-04(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"]]