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 )