Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 874 Bytes

HistoryActionStoryLinkUpdate.md

File metadata and controls

30 lines (24 loc) · 874 Bytes

Shortcut::HistoryActionStoryLinkUpdate

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.
verb String The verb describing the link's relationship.
subject_id Integer The Story ID of the subject Story.
object_id Integer The Story ID of the object Story.
changes HistoryChangesStoryLink

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryActionStoryLinkUpdate.new(
  id: null,
  entity_type: null,
  action: null,
  verb: null,
  subject_id: null,
  object_id: null,
  changes: null
)