Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

ApiInteractionBindMfaPostRequestOneOf.md

File metadata and controls

30 lines (21 loc) · 1.2 KB

ApiInteractionBindMfaPostRequestOneOf

Properties

Name Type Description Notes
type str
code str

Example

from py_logto.models.api_interaction_bind_mfa_post_request_one_of import ApiInteractionBindMfaPostRequestOneOf

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

# convert the object into a dict
api_interaction_bind_mfa_post_request_one_of_dict = api_interaction_bind_mfa_post_request_one_of_instance.to_dict()
# create an instance of ApiInteractionBindMfaPostRequestOneOf from a dict
api_interaction_bind_mfa_post_request_one_of_from_dict = ApiInteractionBindMfaPostRequestOneOf.from_dict(api_interaction_bind_mfa_post_request_one_of_dict)

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