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