reviews
Overview
Name | reviews |
Type | Resource |
Id | googledevelopers.androidpublisher.reviews |
Fields
Name | Datatype | Description |
---|---|---|
comments | array | A repeated field containing comments for the review. |
reviewId | string | Unique identifier for this review. |
authorName | string | The name of the user who wrote the review. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | packageName, reviewId | Gets a single review. |
list | SELECT | packageName | Lists all reviews. |
reply | EXEC | packageName, reviewId | Replies to a single review, or updates an existing reply. |