Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 477 Bytes

HistoryReferenceGroup.md

File metadata and controls

22 lines (16 loc) · 477 Bytes

Shortcut::HistoryReferenceGroup

Properties

Name Type Description Notes
id String The ID of the entity referenced.
entity_type String The type of entity referenced.
name String The name of the entity referenced.

Example

require 'shortcut_client_ruby'

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