Skip to content

Latest commit

History

History
33 lines (24 loc) · 1.54 KB

File metadata and controls

33 lines (24 loc) · 1.54 KB

VPSV1PostInstallScriptPostInstallScriptResource

Properties

NameTypeDescriptionNotes
idintPost-install script ID[optional]
namestrName of the script[optional]
contentstrContent of the script[optional]
created_atdatetime[optional]
updated_atdatetime[optional]

Example

fromhostinger_api.models.vpsv1_post_install_script_post_install_script_resourceimportVPSV1PostInstallScriptPostInstallScriptResource# TODO update the JSON string belowjson="{}"# create an instance of VPSV1PostInstallScriptPostInstallScriptResource from a JSON stringvpsv1_post_install_script_post_install_script_resource_instance=VPSV1PostInstallScriptPostInstallScriptResource.from_json(json)
# print the JSON string representation of the objectprint(VPSV1PostInstallScriptPostInstallScriptResource.to_json())
# convert the object into a dictvpsv1_post_install_script_post_install_script_resource_dict=vpsv1_post_install_script_post_install_script_resource_instance.to_dict()
# create an instance of VPSV1PostInstallScriptPostInstallScriptResource from a dictvpsv1_post_install_script_post_install_script_resource_from_dict=VPSV1PostInstallScriptPostInstallScriptResource.from_dict(vpsv1_post_install_script_post_install_script_resource_dict)

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