RosFlowProps
Properties for defining a RosFlow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
using AlibabaCloud.SDK.ROS.CDK.Appflow;
new RosFlowProps {
object FlowName,
object FlowDesc = null,
object FlowId = null,
object FlowStatus = null,
object LaunchFlow = null,
object Parameters = null,
object Template = null,
object TemplateId = null
};
Properties
Name | Type | Description |
---|---|---|
FlowName |
object |
No description. |
FlowDesc |
object |
No description. |
FlowId |
object |
No description. |
FlowStatus |
object |
No description. |
LaunchFlow |
object |
No description. |
Parameters |
object |
No description. |
Template |
object |
No description. |
TemplateId |
object |
No description. |
FlowName
Required
public object FlowName { get; set; }
- Type: object
FlowDesc
Optional
public object FlowDesc { get; set; }
- Type: object
FlowId
Optional
public object FlowId { get; set; }
- Type: object
FlowStatus
Optional
public object FlowStatus { get; set; }
- Type: object
LaunchFlow
Optional
public object LaunchFlow { get; set; }
- Type: object
Parameters
Optional
public object Parameters { get; set; }
- Type: object
Template
Optional
public object Template { get; set; }
- Type: object
TemplateId
Optional
public object TemplateId { get; set; }
- Type: object