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.

patch(string $packageName, string $editId, string $track, Testers $postBody, array $optParams = [])

Patches testers. Note: Testers resource does not support email lists.

update(string $packageName, string $editId, string $track, Testers $postBody, array $optParams = [])

Updates 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)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

string $track

The track to read from.

array $optParams

Optional parameters.

Return Value

Testers

Exceptions

Exception

Testers patch(string $packageName, string $editId, string $track, Testers $postBody, array $optParams = [])

Patches testers. Note: Testers resource does not support email lists.

(testers.patch)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

string $track

The track to update.

Testers $postBody
array $optParams

Optional parameters.

Return Value

Testers

Exceptions

Exception

Testers update(string $packageName, string $editId, string $track, Testers $postBody, array $optParams = [])

Updates testers. Note: Testers resource does not support email lists.

(testers.update)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

string $track

The track to update.

Testers $postBody
array $optParams

Optional parameters.

Return Value

Testers

Exceptions

Exception