ListFeatureRequestsResult

data class ListFeatureRequestsResult(val requests: List<FeatureRequestItem>, val total: Int)(source)

Paginated list of feature requests returned by FeedbackClient.fetchFeatureRequests.

Constructors

Link copied to clipboard
constructor(requests: List<FeatureRequestItem>, total: Int)

Properties

Link copied to clipboard

The current page of FeatureRequestItem objects.

Link copied to clipboard
val total: Int

Total number of requests matching the query across all pages.