RemoveSection オブジェクトのビルダー。デベロッパーは、カードからセクションを削除できます。
RemoveSection を ModifyCard
に渡すことで
Google Workspace Studio を拡張する Google Workspace アドオンでのみ使用できます。
使用例:
const removeSection = AddOnsResponseService.newRemoveSection().setSectionId('sample_id'); const modifyCard = AddOnsResponseService.newModifyCard().setRemoveSection(removeSection);
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
set | Remove | 削除するセクションのセクション ID を設定します。 |
詳細なドキュメント
setSectionId(sectionId)
削除するセクションのセクション ID を設定します。
パラメータ
| 名前 | タイプ | 説明 |
|---|---|---|
section | String | 削除するセクションの ID。 |
戻る
RemoveSection \- この削除セクション オブジェクトは、チェーン用です。