Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 889 Bytes

ObjectLink0.md

File metadata and controls

30 lines (21 loc) · 889 Bytes

ObjectLink0

Properties

Name Type Description Notes
rel str [optional]
uri str [optional]

Example

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)

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