Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 938 Bytes

ResultRelations.md

File metadata and controls

29 lines (20 loc) · 938 Bytes

ResultRelations

Properties

Name Type Description Notes
suite RelationSuite [optional]

Example

from qase.api_client_v2.models.result_relations import ResultRelations

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

# convert the object into a dict
result_relations_dict = result_relations_instance.to_dict()
# create an instance of ResultRelations from a dict
result_relations_form_dict = result_relations.from_dict(result_relations_dict)

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