Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.71 KB

OgcapppkgExecutionUnitAnyOfInner.md

File metadata and controls

39 lines (32 loc) · 1.71 KB

OgcapppkgExecutionUnitAnyOfInner

Properties

Name Type Description Notes
additional_properties object [optional]
config ExecutionUnitConfig [optional]
deployment str [optional]
image str Container image reference for the execution unit.
type str
href str
hreflang str [optional]
rel str [optional]
title str [optional]
encoding str [optional]
media_type str [optional]
var_schema FormatSchema [optional]
value InputValueInput

Example

from unity_sps_ogc_processes_api_python_client.models.ogcapppkg_execution_unit_any_of_inner import OgcapppkgExecutionUnitAnyOfInner

# TODO update the JSON string below
json = "{}"
# create an instance of OgcapppkgExecutionUnitAnyOfInner from a JSON string
ogcapppkg_execution_unit_any_of_inner_instance = OgcapppkgExecutionUnitAnyOfInner.from_json(json)
# print the JSON string representation of the object
print(OgcapppkgExecutionUnitAnyOfInner.to_json())

# convert the object into a dict
ogcapppkg_execution_unit_any_of_inner_dict = ogcapppkg_execution_unit_any_of_inner_instance.to_dict()
# create an instance of OgcapppkgExecutionUnitAnyOfInner from a dict
ogcapppkg_execution_unit_any_of_inner_from_dict = OgcapppkgExecutionUnitAnyOfInner.from_dict(ogcapppkg_execution_unit_any_of_inner_dict)

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