Utiliza la RFC 3339, donde la salida generada siempre se normalizará en Z y usará 0, 3, 6 o 9 dígitos fraccionarios. También se aceptan desplazamientos distintos de "Z". Ejemplos: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30" .
Utiliza la RFC 3339, donde la salida generada siempre se normalizará en Z y usará 0, 3, 6 o 9 dígitos fraccionarios. También se aceptan desplazamientos distintos de "Z". Ejemplos: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30" .
labels
map (key: string, value: string)
Opcional. Etiquetas como pares clave-valor.
Un objeto que contiene una lista de pares "key": value . Ejemplo: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-06-09 (UTC)."],[[["This content defines the structure and properties of a `RepositoryGroup`, which is a collection of `Repository` resources."],["A `RepositoryGroup` contains fields such as `name`, `createTime`, `updateTime`, `labels`, and a list of `repositories`, each of which contains a `resource` and `branchPattern` field."],["The `Repository` object represents the indexing settings for a Git repository, including the `resource` name or URL, and the `branchPattern` used for indexing."],["Several methods are available for managing `RepositoryGroups`, including creating, deleting, getting, listing, and updating them, as well as managing access control policies."],["`RepositoryGroup` objects support JSON representation, with specific schema details provided for both the overall group and individual repositories within it."]]],[]]