Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.67 KB

File metadata and controls

11 lines (8 loc) · 1.67 KB

PlatformSearchResponse

Fields

Field Type Required Description
results List<PlatformResult> ✔️ Ordered list of search results.
hasMore boolean ✔️ Indicates whether additional pages of results are available.
nextCursor Optional<String> ✔️ Opaque token to pass as cursor in the next request.
requestId String ✔️ Platform-generated request ID for support correlation.