Name | Type | Description | Notes |
---|---|---|---|
Revision | RevisionDTO | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. | [optional] |
Id | string | The id of the component. | [optional] |
Uri | string | The URI for futures requests to the component. | [optional] |
Position | PositionDTO | The position of this component in the UI if applicable. | [optional] |
Permissions | PermissionsDTO | The permissions for this component. | [optional] |
Bulletins | List<BulletinEntity> | The bulletins for this component. | [optional] |
DisconnectedNodeAcknowledged | bool? | Acknowledges that this node is disconnected to allow for mutable requests to proceed. | [optional] |
Component | ConnectionDTO | [optional] | |
Status | ConnectionStatusDTO | The status of the connection. | [optional] |
Bends | List<PositionDTO> | The bend points on the connection. | [optional] |
LabelIndex | int? | The index of the bend point where to place the connection label. | [optional] |
GetzIndex | long? | The z index of the connection. | [optional] |
SourceId | string | The identifier of the source of this connection. | [optional] |
SourceGroupId | string | The identifier of the group of the source of this connection. | [optional] |
SourceType | string | The type of component the source connectable is. | |
DestinationId | string | The identifier of the destination of this connection. | [optional] |
DestinationGroupId | string | The identifier of the group of the destination of this connection. | [optional] |
DestinationType | string | The type of component the destination connectable is. |