| Name | Type | Description | Notes |
|---|---|---|---|
| adds | Array<Integer> | The values that have been added. | [optional] |
| removes | Array<Integer> | The values that have been removed | [optional] |
require 'shortcut_client_ruby'
instance = Shortcut::StoryHistoryChangeAddsRemovesInt.new(
adds: null,
removes: null
)