Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

InlineResponse200462ResultDataSystem.md

File metadata and controls

30 lines (21 loc) · 1.25 KB

InlineResponse200462ResultDataSystem

Properties

Name Type Description Notes
name str The name of the project. [optional]
id int The project's ID number. [optional]

Example

from clientapi_cpanel.models.inline_response200462_result_data_system import InlineResponse200462ResultDataSystem

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

# convert the object into a dict
inline_response200462_result_data_system_dict = inline_response200462_result_data_system_instance.to_dict()
# create an instance of InlineResponse200462ResultDataSystem from a dict
inline_response200462_result_data_system_from_dict = InlineResponse200462ResultDataSystem.from_dict(inline_response200462_result_data_system_dict)

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