EditsDetails
class EditsDetails extends Resource (View source)
The "details" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$details = $androidpublisherService->edits_details;
Methods
get(string $packageName, string $editId, array $optParams = [])
Gets details of an app. (details.get)
patch(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])
Patches details of an app. (details.patch)
update(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])
Updates details of an app. (details.update)
Details
AppDetails
get(string $packageName, string $editId, array $optParams = [])
Gets details of an app. (details.get)
AppDetails
patch(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])
Patches details of an app. (details.patch)
AppDetails
update(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])
Updates details of an app. (details.update)