| Name | Type | Description | Notes |
|---|---|---|---|
| complete | StoryHistoryChangeOldNewBool | [optional] | |
| description | StoryHistoryChangeOldNewStr | [optional] | |
| mention_ids | StoryHistoryChangeAddsRemovesUuid | [optional] | |
| owner_ids | StoryHistoryChangeAddsRemovesUuid | [optional] |
require 'shortcut_client_ruby'
instance = Shortcut::HistoryChangesTask.new(
complete: null,
description: null,
mention_ids: null,
owner_ids: null
)