Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 989 Bytes

File metadata and controls

28 lines (21 loc) · 989 Bytes

BlockedUsers

Properties

Name Type Description Notes
user_ids List[str]
page_token object [optional]

Example

from affinidi_tdk_login_configuration_client.models.blocked_users import BlockedUsers

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

# convert the object into a dict
blocked_users_dict = blocked_users_instance.to_dict()
# create an instance of BlockedUsers from a dict
blocked_users_from_dict = BlockedUsers.from_dict(blocked_users_dict)

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