Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.39 KB

File metadata and controls

30 lines (21 loc) · 1.39 KB

Datamartprocessorv3DMExtractionLogsResponse

Properties

Name Type Description Notes
response str Response message for GDP. [optional]
response_code str Translatable response code or empty string if there is no response. [optional]

Example

from ibm_gdsc_sdk_saas.models.datamartprocessorv3_dm_extraction_logs_response import Datamartprocessorv3DMExtractionLogsResponse

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

# convert the object into a dict
datamartprocessorv3_dm_extraction_logs_response_dict = datamartprocessorv3_dm_extraction_logs_response_instance.to_dict()
# create an instance of Datamartprocessorv3DMExtractionLogsResponse from a dict
datamartprocessorv3_dm_extraction_logs_response_from_dict = Datamartprocessorv3DMExtractionLogsResponse.from_dict(datamartprocessorv3_dm_extraction_logs_response_dict)

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