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