ApplicationContextClassLoader
Properties
Example
from scc_firewall_manager_sdk.models.application_context_class_loader import ApplicationContextClassLoader
# TODO update the JSON string below
json = "{}"
# create an instance of ApplicationContextClassLoader from a JSON string
application_context_class_loader_instance = ApplicationContextClassLoader.from_json(json)
# print the JSON string representation of the object
print(ApplicationContextClassLoader.to_json())
# convert the object into a dict
application_context_class_loader_dict = application_context_class_loader_instance.to_dict()
# create an instance of ApplicationContextClassLoader from a dict
application_context_class_loader_from_dict = ApplicationContextClassLoader.from_dict(application_context_class_loader_dict)
[Back to Model list] [Back to API list] [Back to README]