Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.33 KB

File metadata and controls

28 lines (20 loc) · 1.33 KB

StacCollectionsStacCollectionIdGet400Response

Properties

Name Type Description Notes
message str detailed message [optional]

Example

from actinia_openapi_python_client.models.stac_collections_stac_collection_id_get400_response import StacCollectionsStacCollectionIdGet400Response

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

# convert the object into a dict
stac_collections_stac_collection_id_get400_response_dict = stac_collections_stac_collection_id_get400_response_instance.to_dict()
# create an instance of StacCollectionsStacCollectionIdGet400Response from a dict
stac_collections_stac_collection_id_get400_response_form_dict = stac_collections_stac_collection_id_get400_response.from_dict(stac_collections_stac_collection_id_get400_response_dict)

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