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
fromauthentik_client.models.authenticator_duo_stage_device_import_responseimportAuthenticatorDuoStageDeviceImportResponse# TODO update the JSON string belowjson="{}"# create an instance of AuthenticatorDuoStageDeviceImportResponse from a JSON stringauthenticator_duo_stage_device_import_response_instance=AuthenticatorDuoStageDeviceImportResponse.from_json(json)
# print the JSON string representation of the objectprint(AuthenticatorDuoStageDeviceImportResponse.to_json())
# convert the object into a dictauthenticator_duo_stage_device_import_response_dict=authenticator_duo_stage_device_import_response_instance.to_dict()
# create an instance of AuthenticatorDuoStageDeviceImportResponse from a dictauthenticator_duo_stage_device_import_response_from_dict=AuthenticatorDuoStageDeviceImportResponse.from_dict(authenticator_duo_stage_device_import_response_dict)