Name | Type | Description | Notes |
---|---|---|---|
rel | str | [optional] | |
uri | str | [optional] |
from firefly_iii_client.models.object_link0 import ObjectLink0
# TODO update the JSON string below
json = "{}"
# create an instance of ObjectLink0 from a JSON string
object_link0_instance = ObjectLink0.from_json(json)
# print the JSON string representation of the object
print(ObjectLink0.to_json())
# convert the object into a dict
object_link0_dict = object_link0_instance.to_dict()
# create an instance of ObjectLink0 from a dict
object_link0_form_dict = object_link0.from_dict(object_link0_dict)