REST Resource: edits.testers
リソース: Testers
アプリのテスター。TestersService のリソース。注: Google Play Console UI にメーリング リスト経由でテスターを追加できますが、メーリング リストはこのリソースによってサポートされていません。
JSON 表現 |
{
"googleGroups": [
string
]
} |
フィールド |
googleGroups[] |
string
すべてのテスト用 Google グループ。メールアドレスとして。
|
メソッド |
|
テスターを取得します。 |
|
テスターにパッチを適用します。 |
|
テスターを更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[null,null,["最終更新日 2024-12-17 UTC。"],[[["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"]]