Class CalendarEventActionResponse

CalendarEventActionResponse

מייצג תגובה שמשנה את אירוע היומן שהמשתמש עורך כרגע בתגובה לפעולה שבוצעה בממשק המשתמש, כמו לחיצה על לחצן.

// A CalendarEventActionResponse that adds two attendees to an event.
const calendarEventActionResponse =
    AddOnsResponseService.newCalendarEventActionResponseBuilder()
        .addAttendees(['user1@example.com', 'user2@example.com'])
        .build();

Methods

שיטהסוג הערך שמוחזרתיאור קצר
printJson()Stringמדפיס את הייצוג של האובייקט הזה ב-JSON.

תיעוד מפורט

printJson()

מדפיס את הייצוג של האובייקט הזה ב-JSON. הפעולה הזו מיועדת לניפוי באגים בלבד.

חזרה

String