Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.32 KB

ComponentReferenceEntity.md

File metadata and controls

17 lines (14 loc) · 1.32 KB

IO.Swagger.Model.ComponentReferenceEntity

Properties

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]
ParentGroupId string The id of parent process group of this component if applicable. [optional]
Component ComponentReferenceDTO [optional]

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