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
Whether the extension is currently enabled. Extensions in the "built-in" state are compiled into PHP and cannot be turned off.
[optional]
Example
fromhostinger_api.models.agency_hosting_v1_php_extension_resourceimportAgencyHostingV1PhpExtensionResource# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1PhpExtensionResource from a JSON stringagency_hosting_v1_php_extension_resource_instance=AgencyHostingV1PhpExtensionResource.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1PhpExtensionResource.to_json())
# convert the object into a dictagency_hosting_v1_php_extension_resource_dict=agency_hosting_v1_php_extension_resource_instance.to_dict()
# create an instance of AgencyHostingV1PhpExtensionResource from a dictagency_hosting_v1_php_extension_resource_from_dict=AgencyHostingV1PhpExtensionResource.from_dict(agency_hosting_v1_php_extension_resource_dict)