Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 378 Bytes

ListEpics.md

File metadata and controls

18 lines (12 loc) · 378 Bytes

Shortcut::ListEpics

Properties

Name Type Description Notes
includes_description Boolean A true/false boolean indicating whether to return Epics with their descriptions. [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::ListEpics.new(
  includes_description: null
)