Class EditsResource.TestersResource
The "testers" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.TestersResource
Constructors
TestersResource(IClientService)
Constructs a new resource.
Declaration
public TestersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string)
Gets testers. Note: Testers resource does not support email lists.
Declaration
public virtual EditsResource.TestersResource.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.TestersResource.GetRequest |
Patch(Testers, string, string, string)
Patches testers. Note: Testers resource does not support email lists.
Declaration
public virtual EditsResource.TestersResource.PatchRequest Patch(Testers body, string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
Testers | body | The body of the request. |
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
string | track | The track to update. |
Returns
Type | Description |
---|---|
EditsResource.TestersResource.PatchRequest |
Update(Testers, string, string, string)
Updates testers. Note: Testers resource does not support email lists.
Declaration
public virtual EditsResource.TestersResource.UpdateRequest Update(Testers body, string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
Testers | body | The body of the request. |
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
string | track | The track to update. |
Returns
Type | Description |
---|---|
EditsResource.TestersResource.UpdateRequest |