Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

StoryHistoryChangeOldNewInt.md

File metadata and controls

20 lines (14 loc) · 383 Bytes

Shortcut::StoryHistoryChangeOldNewInt

Properties

Name Type Description Notes
old Integer The old value. [optional]
new Integer The new value. [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::StoryHistoryChangeOldNewInt.new(
  old: null,
  new: null
)