Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

UpgradePluginsTemplates200Response.md

File metadata and controls

29 lines (20 loc) · 1.15 KB

UpgradePluginsTemplates200Response

Properties

Name Type Description Notes
successful List[str] [optional]

Example

from waylay.services.rules.models.upgrade_plugins_templates200_response import UpgradePluginsTemplates200Response

# TODO update the JSON string below
json = "{}"
# create an instance of UpgradePluginsTemplates200Response from a JSON string
upgrade_plugins_templates200_response_instance = UpgradePluginsTemplates200Response.from_json(json)
# print the JSON string representation of the object
print UpgradePluginsTemplates200Response.to_json()

# convert the object into a dict
upgrade_plugins_templates200_response_dict = upgrade_plugins_templates200_response_instance.to_dict()
# create an instance of UpgradePluginsTemplates200Response from a dict
upgrade_plugins_templates200_response_form_dict = upgrade_plugins_templates200_response.from_dict(upgrade_plugins_templates200_response_dict)

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