Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 963 Bytes

File metadata and controls

29 lines (20 loc) · 963 Bytes

ProjectResponse

Properties

Name Type Description Notes
project_record ProjectRecordOutput

Example

from uncertainty_engine_resource_client.models.project_response import ProjectResponse

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

# convert the object into a dict
project_response_dict = project_response_instance.to_dict()
# create an instance of ProjectResponse from a dict
project_response_from_dict = ProjectResponse.from_dict(project_response_dict)

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