You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromactinia_openapi_python_client.models.stac_collections_stac_collection_id_delete400_responseimportStacCollectionsStacCollectionIdDelete400Response# TODO update the JSON string belowjson="{}"# create an instance of StacCollectionsStacCollectionIdDelete400Response from a JSON stringstac_collections_stac_collection_id_delete400_response_instance=StacCollectionsStacCollectionIdDelete400Response.from_json(json)
# print the JSON string representation of the objectprintStacCollectionsStacCollectionIdDelete400Response.to_json()
# convert the object into a dictstac_collections_stac_collection_id_delete400_response_dict=stac_collections_stac_collection_id_delete400_response_instance.to_dict()
# create an instance of StacCollectionsStacCollectionIdDelete400Response from a dictstac_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)