Class EditsResource.CountryavailabilityResource
The "countryavailability" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.CountryavailabilityResource
Constructors
CountryavailabilityResource(IClientService)
Constructs a new resource.
Declaration
public CountryavailabilityResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string)
Gets country availability.
Declaration
public virtual EditsResource.CountryavailabilityResource.GetRequest Get(string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
string | track | The track to read from. |
Returns
Type | Description |
---|---|
EditsResource.CountryavailabilityResource.GetRequest |