| Name | Type | Description | Notes |
|---|---|---|---|
| result | Workflowv3ReportResult | [optional] | |
| status | GooglerpcStatus | [optional] |
from ibm_gdsc_sdk_saas.models.workflowv3_get_report_result_response import Workflowv3GetReportResultResponse
# TODO update the JSON string below
json = "{}"
# create an instance of Workflowv3GetReportResultResponse from a JSON string
workflowv3_get_report_result_response_instance = Workflowv3GetReportResultResponse.from_json(json)
# print the JSON string representation of the object
print(Workflowv3GetReportResultResponse.to_json())
# convert the object into a dict
workflowv3_get_report_result_response_dict = workflowv3_get_report_result_response_instance.to_dict()
# create an instance of Workflowv3GetReportResultResponse from a dict
workflowv3_get_report_result_response_from_dict = Workflowv3GetReportResultResponse.from_dict(workflowv3_get_report_result_response_dict)