Show / Hide Table of Contents

Class EditsResource.TestersResource

The "testers" collection of methods.

Inheritance
System.Object
EditsResource.TestersResource
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class TestersResource : object

Constructors

TestersResource(IClientService)

Constructs a new resource.

Declaration
public TestersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String, String, String)

Declaration
public virtual EditsResource.TestersResource.GetRequest Get(string packageName, string editId, string track)
Parameters
Type Name Description
System.String packageName

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

System.String editId

Unique identifier for this edit.

System.String track

The track to read or modify.

Returns
Type Description
EditsResource.TestersResource.GetRequest

Patch(Testers, String, String, String)

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.

System.String packageName

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

System.String editId

Unique identifier for this edit.

System.String track

The track to read or modify.

Returns
Type Description
EditsResource.TestersResource.PatchRequest

Update(Testers, String, String, String)

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.

System.String packageName

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

System.String editId

Unique identifier for this edit.

System.String track

The track to read or modify.

Returns
Type Description
EditsResource.TestersResource.UpdateRequest
Back to top