Class ReviewsResource.ReplyRequest
Replies to a single review, or updates an existing reply.
Inheritance
ReviewsResource.ReplyRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ReviewsResource.ReplyRequest : AndroidPublisherBaseServiceRequest<ReviewsReplyResponse>, IClientServiceRequest<ReviewsReplyResponse>, IClientServiceRequest
Constructors
ReplyRequest(IClientService, ReviewsReplyRequest, string, string)
Constructs a new Reply request.
Declaration
public ReplyRequest(IClientService service, ReviewsReplyRequest body, string packageName, string reviewId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ReviewsReplyRequest | body | |
string | packageName | |
string | reviewId |
Properties
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
ReviewId
Unique identifier for a review.
Declaration
[RequestParameter("reviewId", RequestParameterType.Path)]
public virtual string ReviewId { 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 Reply parameter list.
Declaration
protected override void InitParameters()