Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

StoryHistoryChangeAddsRemovesUuid.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

Shortcut::StoryHistoryChangeAddsRemovesUuid

Properties

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

Example

require 'shortcut_client_ruby'

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