代表回應,針對使用者目前正在編輯的事件,根據 UI 中採取的動作 (例如按鈕點擊) 做出變更。
// A CalendarEventActionResponse that adds two attendees to an event. const calendarEventActionResponse = AddOnsResponseService.newCalendarEventActionResponseBuilder() .addAttendees(['user1@example.com', 'user2@example.com']) .build();
方法
| 方法 | 傳回類型 | 簡短說明 |
|---|---|---|
print | String | 列印此物件的 JSON 表示法。 |
內容詳盡的說明文件
print Json()
列印此物件的 JSON 表示法。這項設定僅供偵錯。
回攻員
String