Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 902 Bytes

ProcessGroupFlowDTO.md

File metadata and controls

14 lines (11 loc) · 902 Bytes

IO.Swagger.Model.ProcessGroupFlowDTO

Properties

Name Type Description Notes
Id string The id of the component. [optional]
Uri string The URI for futures requests to the component. [optional]
ParentGroupId string The id of parent process group of this component if applicable. [optional]
Breadcrumb FlowBreadcrumbEntity The breadcrumb of the process group. [optional]
Flow FlowDTO The flow structure starting at this Process Group. [optional]
LastRefreshed string The time the flow for the process group was last refreshed. [optional]

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