Name | Type | Description | Notes |
---|---|---|---|
var_0 | ObjectLink0 | [optional] | |
self | str | [optional] |
from firefly_iii_client.models.object_link import ObjectLink
# TODO update the JSON string below
json = "{}"
# create an instance of ObjectLink from a JSON string
object_link_instance = ObjectLink.from_json(json)
# print the JSON string representation of the object
print(ObjectLink.to_json())
# convert the object into a dict
object_link_dict = object_link_instance.to_dict()
# create an instance of ObjectLink from a dict
object_link_form_dict = object_link.from_dict(object_link_dict)