class opalone._internal.connections.Connection(connection_id)
Bases: Resource
A connection allows describing a transfer of data between two data points.
delete()
Delete the current connection.
to_json(fields, values)
Convert this resource to a serialized JSON representation.
property enabled: bool
Indicates if this connection is enabled (True) or not (False).
property id: str
The ID of the resource.
This property is read-only, it cannot be modified.