[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-08-29 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"]]