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 recommendation's description. Note: The function only returns this value if one exists.
[optional]
level
str
The level that triggers a recommendation to appear, based on Bootstrap 3 alert components. * `primary` * `success` * `info` * `warning` * `danger` Note: * The function only returns this value if one exists. * This return's value only affects the UI if set to `danger`.
[optional]
name
str
The recommendation's name.
[optional]
on
str
The action that triggers a recommendation. * `add` * `remove`
An object that contains each option for the package's recommendations.
[optional]
url
str
A URL to provide more information. Note: The function only returns this value if one exists.
[optional]
Example
fromclientapi_cpanel.models.inline_response200588_result_data_value_innerimportInlineResponse200588ResultDataValueInner# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200588ResultDataValueInner from a JSON stringinline_response200588_result_data_value_inner_instance=InlineResponse200588ResultDataValueInner.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200588ResultDataValueInner.to_json())
# convert the object into a dictinline_response200588_result_data_value_inner_dict=inline_response200588_result_data_value_inner_instance.to_dict()
# create an instance of InlineResponse200588ResultDataValueInner from a dictinline_response200588_result_data_value_inner_from_dict=InlineResponse200588ResultDataValueInner.from_dict(inline_response200588_result_data_value_inner_dict)