Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 762 Bytes

ADMINEDIT.md

File metadata and controls

26 lines (19 loc) · 762 Bytes

ADMINEDIT

Properties

Name Type Description Notes

Example

from phrasetms_client.models.adminedit import ADMINEDIT

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

# convert the object into a dict
adminedit_dict = adminedit_instance.to_dict()
# create an instance of ADMINEDIT from a dict
adminedit_from_dict = ADMINEDIT.from_dict(adminedit_dict)

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