Class Google_Service_AndroidPublisher_EditsTesters_Resource
The "testers" collection of methods. Typical usage is:
$androidpublisherService = new Google_Service_AndroidPublisher(...);
$testers = $androidpublisherService->testers;
-
Google_Service_Resource
-
Google_Service_AndroidPublisher_EditsTesters_Resource
Located at AndroidPublisher.php
Methods summary
public
Google_Service_AndroidPublisher_Testers
|
#
get( string $packageName, string $editId, string $track, array $optParams = array() )
(testers.get)
Parameters
- $packageName
- Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
- $editId
- Unique identifier for this edit.
- $track
- The track to read or modify.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_AndroidPublisher_Testers
|
#
patch( string $packageName, string $editId, string $track, Google_Service_AndroidPublisher_Testers $postBody, array $optParams = array() )
(testers.patch)
Parameters
- $packageName
- Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
- $editId
- Unique identifier for this edit.
- $track
- The track to read or modify.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_AndroidPublisher_Testers
|
#
update( string $packageName, string $editId, string $track, Google_Service_AndroidPublisher_Testers $postBody, array $optParams = array() )
(testers.update)
Parameters
- $packageName
- Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
- $editId
- Unique identifier for this edit.
- $track
- The track to read or modify.
- $postBody
- $optParams
- Optional parameters.
Returns
|