Show / Hide Table of Contents

Class EditsResource.TestersResource

The "testers" collection of methods.

Inheritance
System.Object
EditsResource.TestersResource
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 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
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.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.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.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.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.String track

The track to update.

Returns
Type Description
EditsResource.TestersResource.UpdateRequest
In This Article
Back to top Generated by DocFX