PPlusFireStore.Model.Page (pplus_firestore v0.1.5)

View Source

Struct 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

t(t)

@type t(t) :: %PPlusFireStore.Model.Page{data: [t], next_page_token: String.t()}