Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 666 Bytes

UpdateLabel.md

File metadata and controls

24 lines (18 loc) · 666 Bytes

Shortcut::UpdateLabel

Properties

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

Example

require 'shortcut_client_ruby'

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