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

Latest commit

 

History

History
30 lines (16 loc) · 1.16 KB

JobCompact.md

File metadata and controls

30 lines (16 loc) · 1.16 KB

Asana.JobCompact

Properties

Name Type Description Notes
gid String Globally unique identifier of the resource, as a string. [optional] [readonly]
resourceType String The base type of this resource. [optional] [readonly]
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. [optional] [readonly]
status String The current status of this job. The value is one of: `not_started`, `in_progress`, `succeeded`, or `failed`. [optional] [readonly]
newProject ProjectCompact [optional]
newTask TaskCompact [optional]
newProjectTemplate ProjectTemplateCompact [optional]

Enum: StatusEnum

  • not_started (value: "not_started")

  • in_progress (value: "in_progress")

  • succeeded (value: "succeeded")

  • failed (value: "failed")