Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

BannedUserMatchMatchedOnValue

Properties

Name Type Description Notes

Example

from client.models.banned_user_match_matched_on_value import BannedUserMatchMatchedOnValue

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

# convert the object into a dict
banned_user_match_matched_on_value_dict = banned_user_match_matched_on_value_instance.to_dict()
# create an instance of BannedUserMatchMatchedOnValue from a dict
banned_user_match_matched_on_value_from_dict = BannedUserMatchMatchedOnValue.from_dict(banned_user_match_matched_on_value_dict)

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