Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

InlineResponse200485ResultDataScore.md

File metadata and controls

29 lines (20 loc) · 1.19 KB

InlineResponse200485ResultDataScore

The score to assign to the email if the result of the test is true.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200485_result_data_score import InlineResponse200485ResultDataScore

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

# convert the object into a dict
inline_response200485_result_data_score_dict = inline_response200485_result_data_score_instance.to_dict()
# create an instance of InlineResponse200485ResultDataScore from a dict
inline_response200485_result_data_score_from_dict = InlineResponse200485ResultDataScore.from_dict(inline_response200485_result_data_score_dict)

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