Transaction API 将于 2023 年 5 月 3 日弃用,在此之前,会话操作将于 2023 年 6 月 13 日停用。如需了解详情,请参阅
对话型 Action 停用。
Seat
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"seatSection": string,
"seatRow": string,
"seatNumber": string,
"seatingType": string
} |
字段 |
seatSection |
string
部分。
|
seatRow |
string
行。
|
seatNumber |
string
座位号。
|
seatingType |
string
座位类型:普通、轮椅等
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThe ticket seat information is represented using JSON format with fields for section, row, number, and type.\u003c/p\u003e\n"],["\u003cp\u003eSeat type can specify regular seating, wheelchair accessibility, or other specific types.\u003c/p\u003e\n"]]],["The content describes a ticket seat's JSON representation and its fields. The JSON object includes \"seatSection,\" \"seatRow,\" and \"seatNumber,\" all represented as strings. It also contains \"seatingType,\" a string field that specifies the seat type, such as regular or wheelchair. Each attribute describes a specific characteristic of a seat in the venue.\n"],null,["# Seat\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about the ticket seat.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"seatSection\": string, \"seatRow\": string, \"seatNumber\": string, \"seatingType\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------|\n| `seatSection` | `string` Section. |\n| `seatRow` | `string` Row. |\n| `seatNumber` | `string` Seat number. |\n| `seatingType` | `string` Seat type: regular, wheelchair, etc. |"]]