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
fromibm_gdsc_sdk_saas.models.qspmpolicymanagerv3_process_policy_dimention_records_requestimportQspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest# TODO update the JSON string belowjson="{}"# create an instance of Qspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest from a JSON stringqspmpolicymanagerv3_process_policy_dimention_records_request_instance=Qspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest.from_json(json)
# print the JSON string representation of the objectprint(Qspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest.to_json())
# convert the object into a dictqspmpolicymanagerv3_process_policy_dimention_records_request_dict=qspmpolicymanagerv3_process_policy_dimention_records_request_instance.to_dict()
# create an instance of Qspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest from a dictqspmpolicymanagerv3_process_policy_dimention_records_request_from_dict=Qspmpolicymanagerv3ProcessPolicyDimentionRecordsRequest.from_dict(qspmpolicymanagerv3_process_policy_dimention_records_request_dict)