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
fromformkiq_client.models.add_google_document_export_responseimportAddGoogleDocumentExportResponse# TODO update the JSON string belowjson="{}"# create an instance of AddGoogleDocumentExportResponse from a JSON stringadd_google_document_export_response_instance=AddGoogleDocumentExportResponse.from_json(json)
# print the JSON string representation of the objectprint(AddGoogleDocumentExportResponse.to_json())
# convert the object into a dictadd_google_document_export_response_dict=add_google_document_export_response_instance.to_dict()
# create an instance of AddGoogleDocumentExportResponse from a dictadd_google_document_export_response_from_dict=AddGoogleDocumentExportResponse.from_dict(add_google_document_export_response_dict)