UI의 단일 뷰를 나타내는 컨텍스트 카드입니다.
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();
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
print | String | 이 객체의 JSON 표현을 출력합니다. |
자세한 문서
print Json()
이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.
리턴
String