LinksModuleData
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"uris": [
{
object (Uri )
}
]
} |
שדות |
uris[] |
object (Uri )
הרשימה של מזהי ה-URI.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe JSON structure represents a list of URIs.\u003c/p\u003e\n"],["\u003cp\u003eEach URI object within the list adheres to the specifications outlined in the Uri documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis structure is used for managing and organizing Uniform Resource Identifiers within a system or application.\u003c/p\u003e\n"]]],["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"],null,["# LinksModuleData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"uris\": [ { object (/wallet/reference/rest/v1/Uri) } ] } ``` |\n\n| Fields ||\n|----------|---------------------------------------------------------------------|\n| `uris[]` | `object (`[Uri](/wallet/reference/rest/v1/Uri)`)` The list of URIs. |"]]