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