Class ReviewsResource.ReplyRequest
Replies to a single review, or updates an existing reply.
Inheritance
System.Object
ReviewsResource.ReplyRequest
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 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 | |
System.String | packageName | |
System.String | reviewId |
Properties
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.ReviewsReplyResponse>.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.ReviewsReplyResponse>.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.ReviewsReplyResponse>.RestPath
ReviewId
Unique identifier for a review.
Declaration
[RequestParameter("reviewId", RequestParameterType.Path)]
public virtual string ReviewId { 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.ReviewsReplyResponse>.GetBody()
InitParameters()
Initializes Reply parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ReviewsReplyResponse>.InitParameters()