Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.23 KB

CreateUserMfaVerificationRequestOneOf1.md

File metadata and controls

30 lines (21 loc) · 1.23 KB

CreateUserMfaVerificationRequestOneOf1

Properties

Name Type Description Notes
type str
codes List[str] [optional]

Example

from py_logto.models.create_user_mfa_verification_request_one_of1 import CreateUserMfaVerificationRequestOneOf1

# TODO update the JSON string below
json = "{}"
# create an instance of CreateUserMfaVerificationRequestOneOf1 from a JSON string
create_user_mfa_verification_request_one_of1_instance = CreateUserMfaVerificationRequestOneOf1.from_json(json)
# print the JSON string representation of the object
print(CreateUserMfaVerificationRequestOneOf1.to_json())

# convert the object into a dict
create_user_mfa_verification_request_one_of1_dict = create_user_mfa_verification_request_one_of1_instance.to_dict()
# create an instance of CreateUserMfaVerificationRequestOneOf1 from a dict
create_user_mfa_verification_request_one_of1_from_dict = CreateUserMfaVerificationRequestOneOf1.from_dict(create_user_mfa_verification_request_one_of1_dict)

[Back to Model list] [Back to API list] [Back to README]