Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.38 KB

Category.md

File metadata and controls

21 lines (15 loc) · 1.38 KB

Category

Properties

Name Type Description Notes
archived Bool A true/false boolean indicating if the Category has been archived. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
color String The hex color to be displayed with the Category (for example, "#ff0000"). [default to nothing]
name String The name of the Category. [default to nothing]
global_id String The Global ID of the Category. [default to nothing]
type String The type of entity this Category is associated with; currently Milestone or Objective is the only type of Category. [default to nothing]
updated_at ZonedDateTime The time/date that the Category was updated. [default to nothing]
external_id String This field can be set to another unique ID. In the case that the Category has been imported from another tool, the ID in the other tool can be indicated here. [default to nothing]
id Int64 The unique ID of the Category. [default to nothing]
created_at ZonedDateTime The time/date that the Category was created. [default to nothing]

[Back to Model list] [Back to API list] [Back to README]