Name | Type | Description | Notes |
---|
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)