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

Latest commit

 

History

History
25 lines (11 loc) · 759 Bytes

TaskCompactAllOf.md

File metadata and controls

25 lines (11 loc) · 759 Bytes

Asana.TaskCompactAllOf

Properties

Name Type Description Notes
name String The name of the task. [optional]
resourceSubtype String The subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning. The resource_subtype `milestone` represent a single moment in time. This means tasks with this subtype cannot have a start_date. [optional]

Enum: ResourceSubtypeEnum

  • default_task (value: "default_task")

  • milestone (value: "milestone")

  • section (value: "section")

  • approval (value: "approval")