EditsTesters
class EditsTesters extends Resource (View source)
The "testers" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$testers = $androidpublisherService->edits_testers;
Methods
get(string $packageName, string $editId, string $track, array $optParams = [])
Gets testers. Note: Testers resource does not support email lists.
Details
Testers
get(string $packageName, string $editId, string $track, array $optParams = [])
Gets testers. Note: Testers resource does not support email lists.
(testers.get)
Testers
patch(string $packageName, string $editId, string $track, Testers $postBody, array $optParams = [])
Patches testers. Note: Testers resource does not support email lists.
(testers.patch)