Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (12 loc) · 567 Bytes

ProjectStatusBaseAllOf.md

File metadata and controls

26 lines (12 loc) · 567 Bytes

Asana.ProjectStatusBaseAllOf

Properties

Name Type Description Notes
text String The text content of the status update.
htmlText String Opt In. The text content of the status update with formatting as HTML. [optional]
color String The color associated with the status update.

Enum: ColorEnum

  • green (value: "green")

  • yellow (value: "yellow")

  • red (value: "red")

  • blue (value: "blue")