Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.16 KB

ConnectableDTO.md

File metadata and controls

17 lines (14 loc) · 1.16 KB

IO.Swagger.Model.ConnectableDTO

Properties

Name Type Description Notes
Id string The id of the connectable component.
VersionedComponentId string The ID of the corresponding component that is under version control [optional]
Type string The type of component the connectable is.
GroupId string The id of the group that the connectable component resides in
Name string The name of the connectable component [optional]
Running bool? Reflects the current state of the connectable component. [optional]
Transmitting bool? If the connectable component represents a remote port, indicates if the target is configured to transmit. [optional]
Exists bool? If the connectable component represents a remote port, indicates if the target exists. [optional]
Comments string The comments for the connectable component. [optional]

[Back to Model list] [Back to API list] [Back to README]