The score to assign to the email if the result of the test is true.
Name | Type | Description | Notes |
---|
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)