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
The domain the virtual host inherits its PHP version from.
[optional]
system_default
int
Whether the virtual host uses the system's default PHP version. * `1` - Uses the system default PHP version. Note: The function only returns this value if true.
[optional]
Example
fromclientapi_cpanel.models.inline_response200283_result_phpversion_sourceimportInlineResponse200283ResultPhpversionSource# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200283ResultPhpversionSource from a JSON stringinline_response200283_result_phpversion_source_instance=InlineResponse200283ResultPhpversionSource.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200283ResultPhpversionSource.to_json())
# convert the object into a dictinline_response200283_result_phpversion_source_dict=inline_response200283_result_phpversion_source_instance.to_dict()
# create an instance of InlineResponse200283ResultPhpversionSource from a dictinline_response200283_result_phpversion_source_from_dict=InlineResponse200283ResultPhpversionSource.from_dict(inline_response200283_result_phpversion_source_dict)