REST Resource: networks.line
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:行
| JSON 表示法 |
{
"name": string,
"hubIds": [
string
]
} |
| 字段 |
name |
string
必需。标识符。无法更新。
|
hubIds[] |
string
必需。此线路要到的发车点列表,按照车辆停靠的顺序排列。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[null,null,["最后更新时间 (UTC):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"]]