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] |
require 'shortcut_client_ruby'
instance = Shortcut::UpdateCategory.new(
name: null,
color: null,
archived: null
)