| Name | Type | Description | Notes |
|---|---|---|---|
| position | AddonsAddonSecondaryLinkagePosition | [optional] | |
| widgets | object | [optional] |
from kenar_api_client.models.addons_addon_secondary_linkage import AddonsAddonSecondaryLinkage
# TODO update the JSON string below
json = "{}"
# create an instance of AddonsAddonSecondaryLinkage from a JSON string
addons_addon_secondary_linkage_instance = AddonsAddonSecondaryLinkage.from_json(json)
# print the JSON string representation of the object
print(AddonsAddonSecondaryLinkage.to_json())
# convert the object into a dict
addons_addon_secondary_linkage_dict = addons_addon_secondary_linkage_instance.to_dict()
# create an instance of AddonsAddonSecondaryLinkage from a dict
addons_addon_secondary_linkage_from_dict = AddonsAddonSecondaryLinkage.from_dict(addons_addon_secondary_linkage_dict)