Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.47 KB

File metadata and controls

34 lines (25 loc) · 1.47 KB

InlineResponse200462ResultDataScores

Properties

Name Type Description Notes
basic_uptime Score [optional]
basic_performance Score [optional]
basic_seo Score [optional]
basic_content Score [optional]
basic_tech Score [optional]
basic_security Score [optional]

Example

from clientapi_cpanel.models.inline_response200462_result_data_scores import InlineResponse200462ResultDataScores

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

# convert the object into a dict
inline_response200462_result_data_scores_dict = inline_response200462_result_data_scores_instance.to_dict()
# create an instance of InlineResponse200462ResultDataScores from a dict
inline_response200462_result_data_scores_from_dict = InlineResponse200462ResultDataScores.from_dict(inline_response200462_result_data_scores_dict)

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