Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.42 KB

File metadata and controls

30 lines (21 loc) · 1.42 KB

InlineResponse200113ResultDataIfmodulemodsuphpc

An object containing information about PHP scripts and suPHP.

Properties

Name Type Description Notes
group str If suPHP is enabled, the group that PHP scripts run as. [optional]

Example

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)

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