Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.44 KB

File metadata and controls

29 lines (20 loc) · 1.44 KB

InlineResponse200541ResultDataMaximumPassengerApps

The account's maximum number of Ruby applications. * unlimited * An integer that represents a number of applications.

Properties

Name Type Description Notes

Example

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)

[Back to Model list] [Back to API list] [Back to README]