Class EditsResource.TestersResource.UpdateRequest
Updates testers. Note: Testers resource does not support email lists.
Inheritance
EditsResource.TestersResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.TestersResource.UpdateRequest : AndroidPublisherBaseServiceRequest<Testers>, IClientServiceRequest<Testers>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Testers, string, string, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Testers body, string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Testers | body | |
string | packageName | |
string | editId | |
string | track |
Properties
EditId
Identifier of the edit.
Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Track
The track to update.
Declaration
[RequestParameter("track", RequestParameterType.Path)]
public virtual string Track { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()