Name | Type | Description | Notes |
---|---|---|---|
data | AttachmentRead |
from firefly_iii_client.models.attachment_single import AttachmentSingle
# TODO update the JSON string below
json = "{}"
# create an instance of AttachmentSingle from a JSON string
attachment_single_instance = AttachmentSingle.from_json(json)
# print the JSON string representation of the object
print(AttachmentSingle.to_json())
# convert the object into a dict
attachment_single_dict = attachment_single_instance.to_dict()
# create an instance of AttachmentSingle from a dict
attachment_single_form_dict = attachment_single.from_dict(attachment_single_dict)