RemoveSection অবজেক্ট তৈরির একটি বিল্ডার। ডেভেলপাররা ModifyCard এ একটি RemoveSection পাস করার মাধ্যমে কার্ড থেকে একটি সেকশন অপসারণ করতে পারেন।
শুধুমাত্র সেইসব Google Workspace অ্যাড-অনের জন্য উপলব্ধ, যেগুলো Google Workspace Studio-এর পরিধি বৃদ্ধি করে।
নমুনা ব্যবহার:
const removeSection = AddOnsResponseService.newRemoveSection().setSectionId('sample_id'); const modifyCard = AddOnsResponseService.newModifyCard().setRemoveSection(removeSection);
পদ্ধতি
| পদ্ধতি | রিটার্ন টাইপ | সংক্ষিপ্ত বিবরণ |
|---|---|---|
set Section Id(sectionId) | Remove Section | যে সেকশনটি অপসারণ করা হবে, তার সেকশন আইডি নির্ধারণ করে। |
বিস্তারিত ডকুমেন্টেশন
setSectionId(sectionId)
যে সেকশনটি অপসারণ করা হবে, তার সেকশন আইডি নির্ধারণ করে।
প্যারামিটার
| নাম | প্রকার | বর্ণনা |
|---|---|---|
section Id | String | যে সেকশনটি অপসারণ করা হবে তার আইডি। |
ফেরত
RemoveSection — এটি সেকশন অপসারণ করার অবজেক্ট, যা চেইনিংয়ের জন্য ব্যবহৃত হয়।