ConfClasses
Name | Type | Description | Notes |
---|---|---|---|
conforms_to | List[str] |
from unity_sps_ogc_processes_api_python_client.models.conf_classes import ConfClasses
# TODO update the JSON string below
json = "{}"
# create an instance of ConfClasses from a JSON string
conf_classes_instance = ConfClasses.from_json(json)
# print the JSON string representation of the object
print(ConfClasses.to_json())
# convert the object into a dict
conf_classes_dict = conf_classes_instance.to_dict()
# create an instance of ConfClasses from a dict
conf_classes_from_dict = ConfClasses.from_dict(conf_classes_dict)