Name | Type | Description | Notes |
---|---|---|---|
subject_id | Integer | The unique ID of the Story defined as subject. | [optional] |
verb | String | How the subject Story acts on the object Story. This can be "blocks", "duplicates", or "relates to". | |
object_id | Integer | The unique ID of the Story defined as object. | [optional] |
require 'shortcut_client_ruby'
instance = Shortcut::CreateStoryLinkParams.new(
subject_id: null,
verb: null,
object_id: null
)