| 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. |
require 'shortcut_client_ruby'
instance = Shortcut::CreateStoryLink.new(
verb: null,
subject_id: null,
object_id: null
)