REST Resource: edits.testers
المرجع: المختبِرون
مختبِرو أحد التطبيقات. مورد TestersService. ملاحظة: على الرغم من أنّه من الممكن في واجهة مستخدم Play Console إضافة مختبِرين من خلال قوائم عناوين البريد الإلكتروني، لا تتيح هذه المقالة استخدام قوائم عناوين البريد الإلكتروني.
تمثيل JSON |
{
"googleGroups": [
string
]
} |
الحقول |
googleGroups[] |
string
جميع مجموعات "مجموعات Google" التي تختبرها، بصفتها عناوين بريد إلكتروني
|
الطُرق |
|
الحصول على مختبِرين |
|
مختبِرو الرموز البرمجية |
|
إرسال إشعارات إلى المختبِرين |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-17 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The Testers resource manages app testers and utilizes Google Groups for organization, excluding email lists."],["Testers are represented in JSON format using an array of Google Group email addresses."],["Available methods for Testers include getting, patching, and updating tester information."]]],["Testers resource manages app testers, excluding email lists. It utilizes a JSON representation with a \"googleGroups\" field containing an array of testing Google Groups' email addresses. Key actions include retrieving testers via the `get` method, modifying them with `patch`, and completely changing them with `update`. All methods are applied to the `Testers` resource. The resource is part of the `TestersService` which is under the `edits` endpoint.\n"]]