Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 578 Bytes

UpdateCategory.md

File metadata and controls

22 lines (16 loc) · 578 Bytes

Shortcut::UpdateCategory

Properties

Name Type Description Notes
name String The new name of the Category. [optional]
color String The hex color to be displayed with the Category (for example, "#ff0000"). [optional]
archived Boolean A true/false boolean indicating if the Category has been archived. [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::UpdateCategory.new(
  name: null,
  color: null,
  archived: null
)