ApplicationContextClassLoaderParent

Properties

Name Type Description Notes
default_assertion_status bool [optional]
defined_packages List[ApplicationContextClassLoaderDefinedPackagesInner] [optional]
name str [optional]
registered_as_parallel_capable bool [optional]
unnamed_module ApplicationContextClassLoaderParentUnnamedModule [optional]

Example

from scc_firewall_manager_sdk.models.application_context_class_loader_parent import ApplicationContextClassLoaderParent

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

# convert the object into a dict
application_context_class_loader_parent_dict = application_context_class_loader_parent_instance.to_dict()
# create an instance of ApplicationContextClassLoaderParent from a dict
application_context_class_loader_parent_from_dict = ApplicationContextClassLoaderParent.from_dict(application_context_class_loader_parent_dict)

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