Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.37 KB

InlineResponse200569ResultDataPackages.md

File metadata and controls

33 lines (24 loc) · 1.37 KB

InlineResponse200569ResultDataPackages

Properties

Name Type Description Notes
full object [optional]
new_bundled object [optional]
no_content object [optional]
partial object [optional]
rollback object [optional]

Example

from clientapi_cpanel.models.inline_response200569_result_data_packages import InlineResponse200569ResultDataPackages

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

# convert the object into a dict
inline_response200569_result_data_packages_dict = inline_response200569_result_data_packages_instance.to_dict()
# create an instance of InlineResponse200569ResultDataPackages from a dict
inline_response200569_result_data_packages_from_dict = InlineResponse200569ResultDataPackages.from_dict(inline_response200569_result_data_packages_dict)

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