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):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[[["The ticket seat information is represented using JSON format with fields for section, row, number, and type."],["Seat type can specify regular seating, wheelchair accessibility, or other specific seat characteristics."]]],["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"]]