Name | Type | Description | Notes |
---|---|---|---|
ref | str | ||
additional_properties | SchemaOneOfAdditionalPropertiesInput | [optional] | |
all_of | List[Schema1Input] | [optional] | |
any_of | List[Schema1Input] | [optional] | |
content_encoding | str | [optional] | |
content_media_type | str | [optional] | |
content_schema | str | [optional] | |
default | object | [optional] | |
deprecated | bool | [optional] | |
description | str | [optional] | |
enum | List[object] | [optional] | |
example | object | [optional] | |
exclusive_maximum | bool | [optional] | |
exclusive_minimum | bool | [optional] | |
format | str | [optional] | |
items | Schema1Input | [optional] | |
max_items | int | [optional] | |
max_length | int | [optional] | |
max_properties | int | [optional] | |
maximum | Maximum | [optional] | |
min_items | int | [optional] | |
min_length | int | [optional] | |
min_properties | int | [optional] | |
minimum | Minimum | [optional] | |
multiple_of | Multipleof | [optional] | |
var_not | Schema1Input | [optional] | |
nullable | bool | [optional] | |
one_of | List[Schema1Input] | [optional] | |
pattern | str | [optional] | |
properties | Dict[str, Schema1Input] | [optional] | |
read_only | bool | [optional] | |
required | List[str] | [optional] | |
title | str | [optional] | |
type | str | [optional] | |
unique_items | bool | [optional] | |
write_only | bool | [optional] |
from unity_sps_ogc_processes_api_python_client.models.actual_instance3 import ActualInstance3
# TODO update the JSON string below
json = "{}"
# create an instance of ActualInstance3 from a JSON string
actual_instance3_instance = ActualInstance3.from_json(json)
# print the JSON string representation of the object
print(ActualInstance3.to_json())
# convert the object into a dict
actual_instance3_dict = actual_instance3_instance.to_dict()
# create an instance of ActualInstance3 from a dict
actual_instance3_from_dict = ActualInstance3.from_dict(actual_instance3_dict)