Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

UpdateStoryComment.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

Shortcut::UpdateStoryComment

Properties

Name Type Description Notes
text String The updated comment text.

Example

require 'shortcut_client_ruby'

instance = Shortcut::UpdateStoryComment.new(
  text: null
)