Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 617 Bytes

HistoryReferenceWorkflowState.md

File metadata and controls

24 lines (18 loc) · 617 Bytes

Shortcut::HistoryReferenceWorkflowState

Properties

Name Type Description Notes
id Integer The ID of the entity referenced.
entity_type String The type of entity referenced.
type String Either "unstarted", "started", or "done".
name String The name of the entity referenced.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryReferenceWorkflowState.new(
  id: null,
  entity_type: null,
  type: null,
  name: null
)