| Name | Type | Description | Notes |
|---|---|---|---|
| secondary_linkages | List[AddonsAddonSecondaryLinkage] | [optional] |
from kenar_api_client.models.addons_addon_secondary_links import AddonsAddonSecondaryLinks
# TODO update the JSON string below
json = "{}"
# create an instance of AddonsAddonSecondaryLinks from a JSON string
addons_addon_secondary_links_instance = AddonsAddonSecondaryLinks.from_json(json)
# print the JSON string representation of the object
print(AddonsAddonSecondaryLinks.to_json())
# convert the object into a dict
addons_addon_secondary_links_dict = addons_addon_secondary_links_instance.to_dict()
# create an instance of AddonsAddonSecondaryLinks from a dict
addons_addon_secondary_links_from_dict = AddonsAddonSecondaryLinks.from_dict(addons_addon_secondary_links_dict)