Name | Type | Description | Notes |
---|---|---|---|
data | LinkTypeRead |
from firefly_iii_client.models.link_type_single import LinkTypeSingle
# TODO update the JSON string below
json = "{}"
# create an instance of LinkTypeSingle from a JSON string
link_type_single_instance = LinkTypeSingle.from_json(json)
# print the JSON string representation of the object
print(LinkTypeSingle.to_json())
# convert the object into a dict
link_type_single_dict = link_type_single_instance.to_dict()
# create an instance of LinkTypeSingle from a dict
link_type_single_form_dict = link_type_single.from_dict(link_type_single_dict)