Class EditsResource.CountryavailabilityResource
The "countryavailability" collection of methods.
Inheritance
System.Object
EditsResource.CountryavailabilityResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class 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 |
---|---|---|
System.String | packageName | Package name of the app. |
System.String | editId | Identifier of the edit. |
System.String | track | The track to read from. |
Returns
Type | Description |
---|---|
EditsResource.CountryavailabilityResource.GetRequest |