class opalone._internal.links.Link(link_id, model_id=None)
Bases: Resource
A link is a visual relationship between two block Ports
. It has a user-defined route and contains properties inferred from connected ports.
delete()
Delete the current link.
to_json(fields, values)
Convert this resource to a serialized JSON representation.
property id: str
The ID of the resource.
This property is read-only, it cannot be modified.