Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 970 Bytes

Typo3AllOf.md

File metadata and controls

29 lines (22 loc) · 970 Bytes

Typo3AllOf

Properties

Name Type Description Notes
host str
source_lang str [optional]
token str

Example

from phrasetms_client.models.typo3_all_of import Typo3AllOf

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

# convert the object into a dict
typo3_all_of_dict = typo3_all_of_instance.to_dict()
# create an instance of Typo3AllOf from a dict
typo3_all_of_from_dict = Typo3AllOf.from_dict(typo3_all_of_dict)

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