Class ReviewsListResponse
Response listing reviews.
Inheritance
System.Object
ReviewsListResponse
Implements
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.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ReviewsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PageInfo
Information about the current page.
Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| PageInfo |
Reviews
List of reviews.
Declaration
[JsonProperty("reviews")]
public virtual IList<Review> Reviews { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Review> |
TokenPagination
Pagination token, to handle a number of products that is over one page.
Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
| Type | Description |
|---|---|
| TokenPagination |