V2reportsMapLocation

April 25, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
map_typeV2reportsMapLocationMapType[optional] [default to V2reportsMapLocationMapType.UNKNOWN]
map_valuestr[optional]

Example

from ncbi.datasets.openapi.models.v2reports_map_location import V2reportsMapLocation

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

# convert the object into a dict
v2reports_map_location_dict = v2reports_map_location_instance.to_dict()
# create an instance of V2reportsMapLocation from a dict
v2reports_map_location_from_dict = V2reportsMapLocation.from_dict(v2reports_map_location_dict)

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