LinksModuleData
JSON-представление |
---|
{
"uris": [
{
object (Uri )
}
]
} |
Поля |
---|
uris[] | object ( Uri ) Список URI. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-13 UTC.
[null,null,["Последнее обновление: 2024-11-13 UTC."],[[["The JSON structure represents a list of URIs."],["Each URI object within the list adheres to the specifications outlined in the Uri documentation."],["This structure is used for managing and organizing Uniform Resource Identifiers within a system or application."]]],["The content defines a JSON structure containing a list of URIs. The JSON object utilizes a field named `uris`, which is an array. Each element within the `uris` array is an object that conforms to the `Uri` schema defined elsewhere. The `uris` field essentially holds a collection of uniform resource identifiers.\n"]]