Name |
Type |
Description |
Notes |
entity_type |
String |
A string description of this resource. |
|
id |
Integer |
The unique identifier of the Story Link. |
|
subject_id |
Integer |
The ID of the subject Story. |
|
subject_workflow_state_id |
Integer |
The workflow state of the "subject" story. |
|
verb |
String |
How the subject Story acts on the object Story. This can be "blocks", "duplicates", or "relates to". |
|
object_id |
Integer |
The ID of the object Story. |
|
created_at |
Time |
The time/date when the Story Link was created. |
|
updated_at |
Time |
The time/date when the Story Link was last updated. |
|
require 'shortcut_client_ruby'
instance = Shortcut::StoryLink.new(
entity_type: null,
id: null,
subject_id: null,
subject_workflow_state_id: null,
verb: null,
object_id: null,
created_at: null,
updated_at: null
)