Name | Type | Description | Notes |
---|---|---|---|
data | AvailableBudgetRead |
from firefly_iii_client.models.available_budget_single import AvailableBudgetSingle
# TODO update the JSON string below
json = "{}"
# create an instance of AvailableBudgetSingle from a JSON string
available_budget_single_instance = AvailableBudgetSingle.from_json(json)
# print the JSON string representation of the object
print(AvailableBudgetSingle.to_json())
# convert the object into a dict
available_budget_single_dict = available_budget_single_instance.to_dict()
# create an instance of AvailableBudgetSingle from a dict
available_budget_single_form_dict = available_budget_single.from_dict(available_budget_single_dict)