Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

StoryHistoryChangeOldNewUuid.md

File metadata and controls

20 lines (14 loc) · 383 Bytes

Shortcut::StoryHistoryChangeOldNewUuid

Properties

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

Example

require 'shortcut_client_ruby'

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