Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

File metadata and controls

32 lines (23 loc) · 1.16 KB

SemanticUserSemanticDeleted

Properties

Name Type Description Notes
app_slug str [optional]
divar_user_id str [optional]
id str [optional]
phone str [optional]

Example

from kenar_api_client.models.semantic_user_semantic_deleted import SemanticUserSemanticDeleted

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

# convert the object into a dict
semantic_user_semantic_deleted_dict = semantic_user_semantic_deleted_instance.to_dict()
# create an instance of SemanticUserSemanticDeleted from a dict
semantic_user_semantic_deleted_from_dict = SemanticUserSemanticDeleted.from_dict(semantic_user_semantic_deleted_dict)

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