[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]