Skip to content

Files

Latest commit

48edaac · Nov 15, 2023

History

History
28 lines (20 loc) · 1.37 KB

StacCollectionsStacCollectionIdDelete400Response.md

File metadata and controls

28 lines (20 loc) · 1.37 KB

StacCollectionsStacCollectionIdDelete400Response

Properties

Name Type Description Notes
message str detailed message [optional]

Example

from actinia_openapi_python_client.models.stac_collections_stac_collection_id_delete400_response import StacCollectionsStacCollectionIdDelete400Response

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

# convert the object into a dict
stac_collections_stac_collection_id_delete400_response_dict = stac_collections_stac_collection_id_delete400_response_instance.to_dict()
# create an instance of StacCollectionsStacCollectionIdDelete400Response from a dict
stac_collections_stac_collection_id_delete400_response_form_dict = stac_collections_stac_collection_id_delete400_response.from_dict(stac_collections_stac_collection_id_delete400_response_dict)

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