You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum value allowed by the account hosting plan, when applicable
[optional]
Example
fromhostinger_api.models.hosting_v1_php_php_option_resourceimportHostingV1PhpPhpOptionResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1PhpPhpOptionResource from a JSON stringhosting_v1_php_php_option_resource_instance=HostingV1PhpPhpOptionResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1PhpPhpOptionResource.to_json())
# convert the object into a dicthosting_v1_php_php_option_resource_dict=hosting_v1_php_php_option_resource_instance.to_dict()
# create an instance of HostingV1PhpPhpOptionResource from a dicthosting_v1_php_php_option_resource_from_dict=HostingV1PhpPhpOptionResource.from_dict(hosting_v1_php_php_option_resource_dict)