מייצגת תגובה שמבצעת שינויים באירוע ביומן שהמשתמש עורך כרגע, בתגובה לפעולה שבוצעה בממשק המשתמש, כמו לחיצה על לחצן.
// A CalendarEventActionResponse that adds two attendees to an event. const calendarEventActionResponse = CardService.newCalendarEventActionResponseBuilder() .addAttendees(['[email protected]', '[email protected]']) .build();
Methods
שיטה | סוג הערך המוחזר | תיאור קצר |
---|---|---|
print | String | הדפסת הייצוג של האובייקט הזה ב-JSON. |
מסמכים מפורטים
print Json()
הדפסת הייצוג של האובייקט הזה ב-JSON. האפשרות הזו מיועדת לניפוי באגים בלבד.
חזרה
String