ユーザーが現在編集しているカレンダーの予定を、ボタンのクリックなどの 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