Skip to content

Files

Latest commit

0634543 · Nov 4, 2022

History

History
22 lines (16 loc) · 455 Bytes

CreateStoryLink.md

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
)