REST Resource: networks.line
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Line
| JSON 表示法 |
{
"name": string,
"hubIds": [
string
]
} |
| 欄位 |
name |
string
必要欄位。ID。設定完成後即無法更新。
|
hubIds[] |
string
必要欄位。這條路線呼叫的中樞清單,按照順序車輛停靠在其所在位置。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-23 (世界標準時間)。
[null,null,["上次更新時間:2024-08-23 (世界標準時間)。"],[],["A Line, representing an operated route at a specific frequency, is defined by a unique `name` (identifier) and a required ordered list of `hubIds`. The `name` cannot be updated. The `hubIds` list specifies the order of hubs where vehicles stop. A Line can be created using the provided `create` method. Its JSON representation uses the `name` as a string and the `hubIds` as an array of strings.\n"]]