Shortcut::HistoryActionStoryUpdate Properties Name Type Description Notes id Integer The ID of the entity referenced. entity_type String The type of entity referenced. action String The action of the entity referenced. app_url String The application URL of the Story. changes HistoryChangesStory [optional] name String The name of the Story. story_type String The type of Story; either feature, bug, or chore. Example require 'shortcut_client_ruby' instance = Shortcut::HistoryActionStoryUpdate.new( id: null, entity_type: null, action: null, app_url: null, changes: null, name: null, story_type: null )