Additional links containing additional information about the task.
| Name | Type | Description | Notes |
|---|---|---|---|
| class_ref | ClassReference | [optional] | |
| name | str | [optional] [readonly] | |
| href | str | [optional] [readonly] |
from titanium_airflow_client.models.extra_link import ExtraLink
# TODO update the JSON string below
json = "{}"
# create an instance of ExtraLink from a JSON string
extra_link_instance = ExtraLink.from_json(json)
# print the JSON string representation of the object
print(ExtraLink.to_json())
# convert the object into a dict
extra_link_dict = extra_link_instance.to_dict()
# create an instance of ExtraLink from a dict
extra_link_from_dict = ExtraLink.from_dict(extra_link_dict)