Format
Name | Type | Description | Notes |
---|---|---|---|
encoding | str | [optional] | |
media_type | str | [optional] | |
var_schema | FormatSchema | [optional] |
from unity_sps_ogc_processes_api_python_client.models.format import Format
# TODO update the JSON string below
json = "{}"
# create an instance of Format from a JSON string
format_instance = Format.from_json(json)
# print the JSON string representation of the object
print(Format.to_json())
# convert the object into a dict
format_dict = format_instance.to_dict()
# create an instance of Format from a dict
format_from_dict = Format.from_dict(format_dict)