Remove 객체의 빌더입니다. 개발자는 Remove를 Modify에 전달하여 카드에서 섹션을 삭제할 수 있습니다.
Google Workspace Studio를 확장하는 Google Workspace 부가기능에만 사용할 수 있습니다.
사용 예:
const removeSection = AddOnsResponseService.newRemoveSection().setSectionId('sample_id'); const modifyCard = AddOnsResponseService.newModifyCard().setRemoveSection(removeSection);
메서드
| 메서드 | 반환 유형 | 간략한 설명 |
|---|---|---|
set | Remove | 삭제할 섹션의 섹션 ID를 설정합니다. |
자세한 문서
set Section Id(sectionId)
삭제할 섹션의 섹션 ID를 설정합니다.
매개변수
| 이름 | 유형 | 설명 |
|---|---|---|
section | String | 삭제할 섹션의 ID입니다. |
리턴
Remove - 연결을 위해 이 섹션 객체를 삭제합니다.