Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.54 KB

ApiProblemIdGet200ResponseProblem.md

File metadata and controls

35 lines (27 loc) · 1.54 KB

ApiProblemIdGet200ResponseProblem

Properties

Name Type Description Notes
name str
tags List[str] [optional]
description str
policy List[ApiProblemIdGet200ResponseProblemPolicyInner]
testcase List[ApiProblemIdGet200ResponseProblemTestcaseInner]
input str [optional]
output str [optional]
hint str [optional]

Example

from woj.models.api_problem_id_get200_response_problem import ApiProblemIdGet200ResponseProblem

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

# convert the object into a dict
api_problem_id_get200_response_problem_dict = api_problem_id_get200_response_problem_instance.to_dict()
# create an instance of ApiProblemIdGet200ResponseProblem from a dict
api_problem_id_get200_response_problem_form_dict = api_problem_id_get200_response_problem.from_dict(api_problem_id_get200_response_problem_dict)

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