Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

StoryHistoryChangeOldNewBool.md

File metadata and controls

20 lines (14 loc) · 385 Bytes

Shortcut::StoryHistoryChangeOldNewBool

Properties

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

Example

require 'shortcut_client_ruby'

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