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
frombsg_api.models.two_factor_authentication_messages_resourceimportTwoFactorAuthenticationMessagesResource# TODO update the JSON string belowjson="{}"# create an instance of TwoFactorAuthenticationMessagesResource from a JSON stringtwo_factor_authentication_messages_resource_instance=TwoFactorAuthenticationMessagesResource.from_json(json)
# print the JSON string representation of the objectprint(TwoFactorAuthenticationMessagesResource.to_json())
# convert the object into a dicttwo_factor_authentication_messages_resource_dict=two_factor_authentication_messages_resource_instance.to_dict()
# create an instance of TwoFactorAuthenticationMessagesResource from a dicttwo_factor_authentication_messages_resource_from_dict=TwoFactorAuthenticationMessagesResource.from_dict(two_factor_authentication_messages_resource_dict)