Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GitHub.Data.Actions.Common
Synopsis
- data WithTotalCount a = WithTotalCount {
- withTotalCountItems :: !(Vector a)
- withTotalCountTotalCount :: !Int
Documentation
data WithTotalCount a Source #
A page of a paginated response.
Constructors
WithTotalCount | |
Fields
|