Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 899 Bytes

File metadata and controls

29 lines (22 loc) · 899 Bytes

Enumeration

Enumeration

Properties

Name Type Description Notes
enum List[str]
type str

Example

from unity_sps_ogc_processes_api_python_client.models.enumeration import Enumeration

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

# convert the object into a dict
enumeration_dict = enumeration_instance.to_dict()
# create an instance of Enumeration from a dict
enumeration_from_dict = Enumeration.from_dict(enumeration_dict)

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