REST Resource: edits.testers
리소스: 테스터
앱의 테스터입니다. TestersService의 리소스입니다. 참고: Play Console UI에서 이메일 목록을 통해 테스터를 추가할 수 있지만 이메일 목록은 이 리소스에서 지원되지 않습니다.
JSON 표현 |
{
"googleGroups": [
string
]
} |
필드 |
googleGroups[] |
string
모든 테스트 Google 그룹스(이메일 주소)입니다.
|
메서드 |
|
테스터를 가져옵니다. |
|
테스터에 패치를 적용합니다. |
|
테스터를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]