MetadataOneOf1
Name | Type | Description | Notes |
---|---|---|---|
lang | str | [optional] | |
role | str | [optional] | |
title | str | [optional] | |
value | MetadataOneOf1Value | [optional] |
from unity_sps_ogc_processes_api_python_client.models.metadata_one_of1 import MetadataOneOf1
# TODO update the JSON string below
json = "{}"
# create an instance of MetadataOneOf1 from a JSON string
metadata_one_of1_instance = MetadataOneOf1.from_json(json)
# print the JSON string representation of the object
print(MetadataOneOf1.to_json())
# convert the object into a dict
metadata_one_of1_dict = metadata_one_of1_instance.to_dict()
# create an instance of MetadataOneOf1 from a dict
metadata_one_of1_from_dict = MetadataOneOf1.from_dict(metadata_one_of1_dict)