כרטיס הקשר שמייצג תצוגה אחת בממשק המשתמש.
const cardSection = CardService.newCardSection(); // Finish building the card section ... const card = CardService.newCardBuilder() .setName('Card name') .setHeader(CardService.newCardHeader().setTitle('Card title')) .addSection(cardSection) .build();
Methods
שיטה | סוג הערך המוחזר | תיאור קצר |
---|---|---|
print | String | הדפסת הייצוג של האובייקט הזה ב-JSON. |
מסמכים מפורטים
print Json()
הדפסת הייצוג של האובייקט הזה ב-JSON. האפשרות הזו מיועדת לניפוי באגים בלבד.
חזרה
String