Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 662 Bytes

EpicSearchResults.md

File metadata and controls

24 lines (18 loc) · 662 Bytes

Shortcut::EpicSearchResults

Properties

Name Type Description Notes
total Integer The total number of matches for the search query. The first 1000 matches can be paged through via the API.
data Array<Epic> A list of search results.
_next String The URL path and query string for the next page of search results.
cursors Array<String> [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::EpicSearchResults.new(
  total: null,
  data: null,
  _next: null,
  cursors: null
)