Class 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 - チェーン用の削除セクション オブジェクト。