Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.05 KB

Scorecard.md

File metadata and controls

14 lines (12 loc) · 1.05 KB

GongAPI::Scorecard

Properties

Name Type Description Notes
created String The date and time when the scorecard was created in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). [optional]
enabled BOOLEAN If the scorecard is enabled or not. [optional]
questions Array<Question> The questions in the scorecard. [optional]
scorecard_id String The identifier of the scorecard. [optional]
scorecard_name String Scorecard name. [optional]
updated String The date and time when the scorecard was updated in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). [optional]
updater_user_id String The user Id of the team member that updated the scorecard. [optional]
workspace_id String Scorecard workspaceId. [optional]