LinksModuleData
JSON representation |
{
"uris": [
{
object (Uri )
}
]
} |
Fields |
uris[] |
object (Uri )
The list of URIs.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 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"]]