PPlusFireStore.Model.Page (pplus_firestore v0.1.4)
View SourceStruct adapted from the Google Firestore API documents list response
Fields
- data: The list of documents returned.
- next_page_token: The next page token. If not set, there are no subsequent pages.
Summary
Types
@type t(t) :: %PPlusFireStore.Model.Page{data: [t], next_page_token: String.t()}