GoogleApi.AndroidPublisher.V3.Model.ReviewsListResponse (google_api_android_publisher v0.43.0)
View SourceResponse listing reviews.
Attributes
-
pageInfo(type:GoogleApi.AndroidPublisher.V3.Model.PageInfo.t, default:nil) - Information about the current page. -
reviews(type:list(GoogleApi.AndroidPublisher.V3.Model.Review.t), default:nil) - List of reviews. -
tokenPagination(type:GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t, default:nil) - Pagination token, to handle a number of products that is over one page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ReviewsListResponse{ pageInfo: GoogleApi.AndroidPublisher.V3.Model.PageInfo.t() | nil, reviews: [GoogleApi.AndroidPublisher.V3.Model.Review.t()] | nil, tokenPagination: GoogleApi.AndroidPublisher.V3.Model.TokenPagination.t() | nil }