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 shell command to ensure ruby dependencies. It is `0` if there are no ruby dependencies.
[optional]
npm
str
The shell command to ensure node dependencies. It is `0` if there are no node dependencies.
[optional]
pip
str
The shell command to ensure python dependencies. It is `0` if there are no python dependencies.
[optional]
Example
fromclientapi_cpanel.models.inline_response200371_result_depsimportInlineResponse200371ResultDeps# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200371ResultDeps from a JSON stringinline_response200371_result_deps_instance=InlineResponse200371ResultDeps.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200371ResultDeps.to_json())
# convert the object into a dictinline_response200371_result_deps_dict=inline_response200371_result_deps_instance.to_dict()
# create an instance of InlineResponse200371ResultDeps from a dictinline_response200371_result_deps_from_dict=InlineResponse200371ResultDeps.from_dict(inline_response200371_result_deps_dict)