Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.28 KB

File metadata and controls

28 lines (20 loc) · 1.28 KB

StacInstancesStacInstanceIdGet400Response

Properties

Name Type Description Notes
message str detailed message [optional]

Example

from actinia_openapi_python_client.models.stac_instances_stac_instance_id_get400_response import StacInstancesStacInstanceIdGet400Response

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

# convert the object into a dict
stac_instances_stac_instance_id_get400_response_dict = stac_instances_stac_instance_id_get400_response_instance.to_dict()
# create an instance of StacInstancesStacInstanceIdGet400Response from a dict
stac_instances_stac_instance_id_get400_response_form_dict = stac_instances_stac_instance_id_get400_response.from_dict(stac_instances_stac_instance_id_get400_response_dict)

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