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

Latest commit

 

History

History
58 lines (30 loc) · 1.67 KB

ProjectTemplateBaseAllOf.md

File metadata and controls

58 lines (30 loc) · 1.67 KB

Asana.ProjectTemplateBaseAllOf

Properties

Name Type Description Notes
description String Free-form textual information associated with the project template [optional]
htmlDescription String The description of the project template with formatting as HTML. [optional]
_public Boolean True if the project template is public to its team. [optional]
owner UserCompact The current owner of the project template, may be null. [optional]
team TeamCompact [optional]
requestedDates [DateVariableCompact] Array of date variables in this project template. Calendar dates must be provided for these variables when instantiating a project. [optional] [readonly]
color String Color of the project template. [optional]

Enum: ColorEnum

  • dark-pink (value: "dark-pink")

  • dark-green (value: "dark-green")

  • dark-blue (value: "dark-blue")

  • dark-red (value: "dark-red")

  • dark-teal (value: "dark-teal")

  • dark-brown (value: "dark-brown")

  • dark-orange (value: "dark-orange")

  • dark-purple (value: "dark-purple")

  • dark-warm-gray (value: "dark-warm-gray")

  • light-pink (value: "light-pink")

  • light-green (value: "light-green")

  • light-blue (value: "light-blue")

  • light-red (value: "light-red")

  • light-teal (value: "light-teal")

  • light-brown (value: "light-brown")

  • light-orange (value: "light-orange")

  • light-purple (value: "light-purple")

  • light-warm-gray (value: "light-warm-gray")