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
fromgateway_api_sdk.models.create_dar_applications_requestimportCreateDarApplicationsRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateDarApplicationsRequest from a JSON stringcreate_dar_applications_request_instance=CreateDarApplicationsRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateDarApplicationsRequest.to_json())
# convert the object into a dictcreate_dar_applications_request_dict=create_dar_applications_request_instance.to_dict()
# create an instance of CreateDarApplicationsRequest from a dictcreate_dar_applications_request_from_dict=CreateDarApplicationsRequest.from_dict(create_dar_applications_request_dict)