Name | Type | Description | Notes |
---|---|---|---|
ref | str | ||
additional_properties | SchemaOneOfAdditionalPropertiesOutput | [optional] | |
all_of | List[Schema1Output] | [optional] | |
any_of | List[Schema1Output] | [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 | Schema1Output | [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 | Schema1Output | [optional] | |
nullable | bool | [optional] | |
one_of | List[Schema1Output] | [optional] | |
pattern | str | [optional] | |
properties | Dict[str, Schema1Output] | [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_instance4 import ActualInstance4
# TODO update the JSON string below
json = "{}"
# create an instance of ActualInstance4 from a JSON string
actual_instance4_instance = ActualInstance4.from_json(json)
# print the JSON string representation of the object
print(ActualInstance4.to_json())
# convert the object into a dict
actual_instance4_dict = actual_instance4_instance.to_dict()
# create an instance of ActualInstance4 from a dict
actual_instance4_from_dict = ActualInstance4.from_dict(actual_instance4_dict)