Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.09 KB

File metadata and controls

30 lines (21 loc) · 1.09 KB

SemanticPostSemanticDeleted

Properties

Name Type Description Notes
app_slug str [optional]
post_token str [optional]

Example

from kenar_api_client.models.semantic_post_semantic_deleted import SemanticPostSemanticDeleted

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

# convert the object into a dict
semantic_post_semantic_deleted_dict = semantic_post_semantic_deleted_instance.to_dict()
# create an instance of SemanticPostSemanticDeleted from a dict
semantic_post_semantic_deleted_from_dict = SemanticPostSemanticDeleted.from_dict(semantic_post_semantic_deleted_dict)

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