Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1013 Bytes

ProcessGroupFlowDto.md

File metadata and controls

17 lines (12 loc) · 1013 Bytes

ProcessGroupFlowDto

Properties

Name Type Description Notes
id Option<String> The id of the component. [optional]
uri Option<String> The URI for futures requests to the component. [optional]
parent_group_id Option<String> The id of parent process group of this component if applicable. [optional]
parameter_context Option<crate::models::ParameterContextReferenceEntity> [optional]
breadcrumb Option<crate::models::FlowBreadcrumbEntity> [optional]
flow Option<crate::models::FlowDto> [optional]
last_refreshed Option<String> The time the flow for the process group was last refreshed. [optional]

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