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

Latest commit

 

History

History
36 lines (19 loc) · 1.13 KB

TimePeriodResponse.md

File metadata and controls

36 lines (19 loc) · 1.13 KB

Asana.TimePeriodResponse

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]
endOn String The localized end date of the time period in `YYYY-MM-DD` format. [optional]
startOn String The localized start date of the time period in `YYYY-MM-DD` format. [optional]
period String The cadence and index of the time period. The value is one of: `FY`, `H1`, `H2`, `Q1`, `Q2`, `Q3`, or `Q4`. [optional]
displayName String A string representing the cadence code and the fiscal year. [optional]
parent TimePeriodCompact [optional]

Enum: PeriodEnum

  • FY (value: "FY")

  • H1 (value: "H1")

  • H2 (value: "H2")

  • Q1 (value: "Q1")

  • Q2 (value: "Q2")

  • Q3 (value: "Q3")

  • Q4 (value: "Q4")