Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.29 KB

Milestone.md

File metadata and controls

31 lines (25 loc) · 2.29 KB

Milestone

Properties

Name Type Description Notes
app_url String The Shortcut application url for the Milestone. [default to nothing]
description String The Milestone's description. [default to nothing]
archived Bool A boolean indicating whether the Milestone has been archived or not. [default to nothing]
started Bool A true/false boolean indicating if the Milestone has been started. [default to nothing]
entity_type String A string description of this resource. [default to nothing]
completed_at_override ZonedDateTime A manual override for the time/date the Milestone was completed. [default to nothing]
started_at ZonedDateTime The time/date the Milestone was started. [default to nothing]
completed_at ZonedDateTime The time/date the Milestone was completed. [default to nothing]
name String The name of the Milestone. [default to nothing]
global_id String [default to nothing]
completed Bool A true/false boolean indicating if the Milestone has been completed. [default to nothing]
state String The workflow state that the Milestone is in. [default to nothing]
started_at_override ZonedDateTime A manual override for the time/date the Milestone was started. [default to nothing]
updated_at ZonedDateTime The time/date the Milestone was updated. [default to nothing]
categories Vector{Category} An array of Categories attached to the Milestone. [default to nothing]
id Int64 The unique ID of the Milestone. [default to nothing]
key_result_ids Vector{String} The IDs of the Key Results associated with the Objective. [default to nothing]
position Int64 A number representing the position of the Milestone in relation to every other Milestone within the Workspace. [default to nothing]
stats *MilestoneStats [default to nothing]
created_at ZonedDateTime The time/date the Milestone was created. [default to nothing]

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