[[["이해하기 쉬움","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 object with an ID, revision ID, kind, and a map of fields."],["Each field in a label is a typed key-value pair with a specific data type like dateString, integer, selection, text, or user."],["Field types determine the format of the values they hold, for example, dateString fields store dates in RFC 3339 format."],["Label fields are identified by their ID and can be accessed through the label's `fields` map."]]],["The core content details the structure of labels and their fields. A label, identified by `id`, `revisionId`, and `kind` (always \"drive#label\"), contains a map of `fields`. Each field, with a `kind` of \"drive#labelField\" and a unique `id`, represents a typed key-value pair. The `valueType` determines the allowed data type for the field, such as `dateString`, `integer`, `selection`, `text`, or `user`, which are represented as string arrays or objects.\n"]]