Class RemoveSection

RemoveSection

אובייקט builder של RemoveSection. מפתחים יכולים להסיר קטע מהכרטיס על ידי העברת RemoveSection אל ModifyCard

האפשרות הזו זמינה רק לתוספים ל-Google Workspace שמרחיבים את Google Workspace Studio.

דוגמה לשימוש:

const removeSection = AddOnsResponseService.newRemoveSection().setSectionId('sample_id');

const modifyCard = AddOnsResponseService.newModifyCard().setRemoveSection(removeSection);

Methods

שיטהסוג הערך שמוחזרתיאור קצר
setSectionId(sectionId)RemoveSectionמגדירה את מזהה הקטע של הקטע שיוסר.

תיעוד מפורט

setSectionId(sectionId)

מגדירה את מזהה הקטע של הקטע שיוסר.

פרמטרים

שםסוגתיאור
sectionIdStringהמזהה של הקטע שרוצים להסיר.

חזרה

RemoveSection – הסרת אובייקט מהקטע, לשרשור.