Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 865 Bytes

TestCaseParams.md

File metadata and controls

28 lines (19 loc) · 865 Bytes

TestCaseParams

Properties

Name Type Description Notes

Example

from qase.api_client_v1.models.test_case_params import TestCaseParams

# TODO update the JSON string below
json = "{}"
# create an instance of TestCaseParams from a JSON string
test_case_params_instance = TestCaseParams.from_json(json)
# print the JSON string representation of the object
print(TestCaseParams.to_json())

# convert the object into a dict
test_case_params_dict = test_case_params_instance.to_dict()
# create an instance of TestCaseParams from a dict
test_case_params_form_dict = test_case_params.from_dict(test_case_params_dict)

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