Show / Hide Table of Contents

Class ReviewsListResponse

Inheritance
System.Object
ReviewsListResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class ReviewsListResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

PageInfo

Declaration
public virtual PageInfo PageInfo { get; set; }
Property Value
Type Description
PageInfo

Reviews

Declaration
public virtual IList<Review> Reviews { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Review>

TokenPagination

Declaration
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Type Description
TokenPagination

Implements

IDirectResponseSchema
Back to top