Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 775 Bytes

HistoryActionStoryLinkCreate.md

File metadata and controls

28 lines (22 loc) · 775 Bytes

Shortcut::HistoryActionStoryLinkCreate

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.

Example

require 'shortcut_client_ruby'

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