Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 665 Bytes

HistoryActionStoryDelete.md

File metadata and controls

26 lines (20 loc) · 665 Bytes

Shortcut::HistoryActionStoryDelete

Properties

Name Type Description Notes
id Integer The ID of the entity referenced.
entity_type String The type of entity referenced.
action String The action of the entity referenced.
name String The name of the Story.
story_type String The type of Story; either feature, bug, or chore.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryActionStoryDelete.new(
  id: null,
  entity_type: null,
  action: null,
  name: null,
  story_type: null
)