The account's maximum number of Ruby applications. * unlimited * An integer that represents a number of applications.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200541_result_data_maximum_passenger_apps import InlineResponse200541ResultDataMaximumPassengerApps
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200541ResultDataMaximumPassengerApps from a JSON string
inline_response200541_result_data_maximum_passenger_apps_instance = InlineResponse200541ResultDataMaximumPassengerApps.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200541ResultDataMaximumPassengerApps.to_json())
# convert the object into a dict
inline_response200541_result_data_maximum_passenger_apps_dict = inline_response200541_result_data_maximum_passenger_apps_instance.to_dict()
# create an instance of InlineResponse200541ResultDataMaximumPassengerApps from a dict
inline_response200541_result_data_maximum_passenger_apps_from_dict = InlineResponse200541ResultDataMaximumPassengerApps.from_dict(inline_response200541_result_data_maximum_passenger_apps_dict)