Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.72 KB

File metadata and controls

33 lines (28 loc) · 1.72 KB

TestPlanWithAnalyticModel

Properties

Name Type Description Notes
analytic TestPlanWithAnalyticModelAnalytic
status TestPlanStatusModel
created_by_id str
global_id int Used for search Test plan
is_deleted bool
id str
name str
project_id str
attributes {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
started_on datetime, none_type Set when test plan is starter (status changed to: In Progress) [optional]
completed_on datetime, none_type set when test plan status is completed (status changed to: Completed) [optional]
created_date datetime, none_type [optional]
modified_date datetime, none_type [optional]
modified_by_id str, none_type [optional]
locked_date datetime, none_type [optional]
locked_by_id str, none_type [optional]
tags [TagModel], none_type [optional]
start_date datetime, none_type Used for analytics [optional]
end_date datetime, none_type Used for analytics [optional]
description str, none_type [optional]
build str, none_type [optional]
product_name str, none_type [optional]
has_automatic_duration_timer bool, none_type [optional]

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