Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 905 Bytes

ObjectLink.md

File metadata and controls

30 lines (21 loc) · 905 Bytes

ObjectLink

Properties

Name Type Description Notes
var_0 ObjectLink0 [optional]
self str [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]