Name | Type | Description | Notes |
---|---|---|---|
data | TagRead |
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)