Name |
Type |
Description |
Notes |
from unity_sps_ogc_processes_api_python_client.models.oneof_schema2_validator import OneofSchema2Validator
# TODO update the JSON string below
json = "{}"
# create an instance of OneofSchema2Validator from a JSON string
oneof_schema2_validator_instance = OneofSchema2Validator.from_json(json)
# print the JSON string representation of the object
print(OneofSchema2Validator.to_json())
# convert the object into a dict
oneof_schema2_validator_dict = oneof_schema2_validator_instance.to_dict()
# create an instance of OneofSchema2Validator from a dict
oneof_schema2_validator_from_dict = OneofSchema2Validator.from_dict(oneof_schema2_validator_dict)
[Back to Model list] [Back to API list] [Back to README]