An object containing information about PHP scripts and suPHP.
| Name | Type | Description | Notes |
|---|---|---|---|
| group | str | If suPHP is enabled, the group that PHP scripts run as. | [optional] |
from clientapi_cpanel.models.inline_response200113_result_data_ifmodulemodsuphpc import InlineResponse200113ResultDataIfmodulemodsuphpc
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200113ResultDataIfmodulemodsuphpc from a JSON string
inline_response200113_result_data_ifmodulemodsuphpc_instance = InlineResponse200113ResultDataIfmodulemodsuphpc.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200113ResultDataIfmodulemodsuphpc.to_json())
# convert the object into a dict
inline_response200113_result_data_ifmodulemodsuphpc_dict = inline_response200113_result_data_ifmodulemodsuphpc_instance.to_dict()
# create an instance of InlineResponse200113ResultDataIfmodulemodsuphpc from a dict
inline_response200113_result_data_ifmodulemodsuphpc_from_dict = InlineResponse200113ResultDataIfmodulemodsuphpc.from_dict(inline_response200113_result_data_ifmodulemodsuphpc_dict)