Name | Type | Description | Notes |
---|---|---|---|
data | WebhookRead |
from firefly_iii_client.models.webhook_single import WebhookSingle
# TODO update the JSON string below
json = "{}"
# create an instance of WebhookSingle from a JSON string
webhook_single_instance = WebhookSingle.from_json(json)
# print the JSON string representation of the object
print(WebhookSingle.to_json())
# convert the object into a dict
webhook_single_dict = webhook_single_instance.to_dict()
# create an instance of WebhookSingle from a dict
webhook_single_form_dict = webhook_single.from_dict(webhook_single_dict)