class EditsCountryavailability extends Resource (View source)

The "countryavailability" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $countryavailability = $androidpublisherService->edits_countryavailability;

Methods

get(string $packageName, string $editId, string $track, array $optParams = [])

Gets country availability. (countryavailability.get)

Details

TrackCountryAvailability get(string $packageName, string $editId, string $track, array $optParams = [])

Gets country availability. (countryavailability.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

TrackCountryAvailability

Exceptions

Exception