Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 836 Bytes

TagSingle.md

File metadata and controls

29 lines (20 loc) · 836 Bytes

TagSingle

Properties

Name Type Description Notes
data TagRead

Example

from firefly_iii_client.models.tag_single import TagSingle

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

# convert the object into a dict
tag_single_dict = tag_single_instance.to_dict()
# create an instance of TagSingle from a dict
tag_single_form_dict = tag_single.from_dict(tag_single_dict)

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