Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 643 Bytes

HistoryActionLabelCreate.md

File metadata and controls

26 lines (20 loc) · 643 Bytes

Shortcut::HistoryActionLabelCreate

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.
app_url String The application URL of the Label.
name String The name of the Label.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryActionLabelCreate.new(
  id: null,
  entity_type: null,
  action: null,
  app_url: null,
  name: null
)