Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 500 Bytes

HistoryReferenceStoryTask.md

File metadata and controls

22 lines (16 loc) · 500 Bytes

Shortcut::HistoryReferenceStoryTask

Properties

Name Type Description Notes
id Integer The ID of the entity referenced.
entity_type String The type of entity referenced.
description String The description of the Story Task.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryReferenceStoryTask.new(
  id: null,
  entity_type: null,
  description: null
)