StringList
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Lista de valores de string.
Representação JSON |
{
"values": [
string
]
} |
Campos |
values[] |
string
Os valores da string.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-21 UTC.
[null,null,["Última atualização 2025-08-21 UTC."],[[["\u003cp\u003eThe data structure represents a list of string values.\u003c/p\u003e\n"],["\u003cp\u003eIt is represented in JSON format with a "values" field containing an array of strings.\u003c/p\u003e\n"]]],["The JSON representation uses a \"values\" field, which is an array of strings. This array, denoted as `values[]`, contains multiple `string` elements. Each element within the `values` array represents a distinct string value. The structure is defined as `{\"values\": [string]}` and consists solely of this array of strings within a JSON object.\n"],null,["# StringList\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nList of string values.\n\n| JSON representation |\n|----------------------------------|\n| ``` { \"values\": [ string ] } ``` |\n\n| Fields ||\n|------------|-----------------------------|\n| `values[]` | `string` The string values. |"]]