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. | |
changes | HistoryChangesStoryLink |
require 'shortcut_client_ruby'
instance = Shortcut::HistoryActionStoryLinkUpdate.new(
id: null,
entity_type: null,
action: null,
verb: null,
subject_id: null,
object_id: null,
changes: null
)