Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 924 Bytes

File metadata and controls

30 lines (23 loc) · 924 Bytes

Format

Format

Properties

Name Type Description Notes
encoding str [optional]
media_type str [optional]
var_schema FormatSchema [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]