Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

StoryHistoryChangeAddsRemovesInt.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

Shortcut::StoryHistoryChangeAddsRemovesInt

Properties

Name Type Description Notes
adds Array<Integer> The values that have been added. [optional]
removes Array<Integer> The values that have been removed [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::StoryHistoryChangeAddsRemovesInt.new(
  adds: null,
  removes: null
)