Interface: SourcePagedResult
One page of logical media returned by search or browse.
Properties
items
items:
SourceMediaItem[]
Logical items in this page.
nextPageToken?
optionalnextPageToken?:string|number
Opaque token to pass unchanged when requesting the next page.
hasMore
hasMore:
boolean
Whether another page can be requested.
facets?
optionalfacets?:SourceFacets
Optional filters computed for the matching result set.