Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

HistoryActionLabelUpdate.md

File metadata and controls

22 lines (16 loc) · 490 Bytes

Shortcut::HistoryActionLabelUpdate

Properties

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.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryActionLabelUpdate.new(
  id: null,
  entity_type: null,
  action: null
)