Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 710 Bytes

ADMIN.md

File metadata and controls

26 lines (19 loc) · 710 Bytes

ADMIN

Properties

Name Type Description Notes

Example

from phrasetms_client.models.admin import ADMIN

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

# convert the object into a dict
admin_dict = admin_instance.to_dict()
# create an instance of ADMIN from a dict
admin_from_dict = ADMIN.from_dict(admin_dict)

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