Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 455 Bytes

File metadata and controls

22 lines (16 loc) · 455 Bytes

Shortcut::CreateStoryLink

Properties

Name Type Description Notes
verb String The type of link.
subject_id Integer The ID of the subject Story.
object_id Integer The ID of the object Story.

Example

require 'shortcut_client_ruby'

instance = Shortcut::CreateStoryLink.new(
  verb: null,
  subject_id: null,
  object_id: null
)