Class Review
An Android app review.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Review : IDirectResponseSchema
Properties
AuthorName
The name of the user who wrote the review.
Declaration
[JsonProperty("authorName")]
public virtual string AuthorName { get; set; }
Property Value
Type | Description |
---|---|
string |
Comments
A repeated field containing comments for the review.
Declaration
[JsonProperty("comments")]
public virtual IList<Comment> Comments { get; set; }
Property Value
Type | Description |
---|---|
IList<Comment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReviewId
Unique identifier for this review.
Declaration
[JsonProperty("reviewId")]
public virtual string ReviewId { get; set; }
Property Value
Type | Description |
---|---|
string |