ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
Seat
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג JSON |
{
"seatSection": string,
"seatRow": string,
"seatNumber": string,
"seatingType": string
} |
שדות |
seatSection |
string
קטע.
|
seatRow |
string
שורה.
|
seatNumber |
string
מספר מושב.
|
seatingType |
string
סוג המושב: רגיל, כיסא גלגלים וכו'
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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 seat characteristics.\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. |"]]