Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 475 Bytes

ListGroupStories.md

File metadata and controls

20 lines (14 loc) · 475 Bytes

Shortcut::ListGroupStories

Properties

Name Type Description Notes
limit Integer The maximum number of results to return. (Defaults to 1000, max 1000) [optional]
offset Integer The offset at which to begin returning results. (Defaults to 0) [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::ListGroupStories.new(
  limit: null,
  offset: null
)