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 virtual host is the account's primary domain. * `1` - Primary domain. * `0` - Not the primary domain.
[optional]
path
str
The name of the virtual host's `php.ini` file.
[optional]
type
str
The record's type. * `home` * `vhost`
[optional]
version
str
The default PHP version. - `ea-php##`, where `##` represents the major and minor versions of PHP (for example, `ea-php72` represents PHP 7.2). - Any custom PHP package name.
[optional]
vhost
str
The name of the virtual host.
[optional]
Example
fromclientapi_cpanel.models.inline_response200286_result_data_pathsimportInlineResponse200286ResultDataPaths# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200286ResultDataPaths from a JSON stringinline_response200286_result_data_paths_instance=InlineResponse200286ResultDataPaths.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200286ResultDataPaths.to_json())
# convert the object into a dictinline_response200286_result_data_paths_dict=inline_response200286_result_data_paths_instance.to_dict()
# create an instance of InlineResponse200286ResultDataPaths from a dictinline_response200286_result_data_paths_from_dict=InlineResponse200286ResultDataPaths.from_dict(inline_response200286_result_data_paths_dict)