Class RemoveSection

RemoveSection

RemoveSection 객체의 빌더입니다. 개발자는 RemoveSectionModifyCard에 전달하여 카드에서 섹션을 삭제할 수 있습니다.

Google Workspace Studio를 확장하는 Google Workspace 부가기능에만 사용할 수 있습니다.

사용 예:

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

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

메서드

메서드반환 유형간략한 설명
setSectionId(sectionId)RemoveSection삭제할 섹션의 섹션 ID를 설정합니다.

자세한 문서

setSectionId(sectionId)

삭제할 섹션의 섹션 ID를 설정합니다.

매개변수

이름유형설명
sectionIdString삭제할 섹션의 ID입니다.

리턴

RemoveSection - 연결을 위해 이 섹션 객체를 삭제합니다.