表示对用户当前正在修改的日历活动所做的更改的响应,以响应在界面中执行的操作(例如按钮点击)。
// 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