Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 975 Bytes

OneofSchema6Validator.md

File metadata and controls

26 lines (19 loc) · 975 Bytes

OneofSchema6Validator

Properties

Name Type Description Notes

Example

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]