Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.17 KB

File metadata and controls

18 lines (14 loc) · 1.17 KB

CheckIssue

Properties

Name Type Description Notes
id str [optional]
check_name str Identifier of the check that reported this issue. One of: `translation_content_length`, `translation_placeholder_usage`, `translation_glossary_usage`. [optional]
state str Current state of the check issue. One of: `active`, `solved`, `dismissed`. [optional]
description str Human-readable description of the reported issue, always in English. This message is intended for display only. Its wording may change at any time and it should not be parsed or relied upon programmatically. [optional]
dismissed_at datetime [optional]
solved_at datetime [optional]
created_at datetime [optional]
updated_at datetime [optional]
translation Translation [optional]

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