FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
using AlibabaCloud.SDK.ROS.CDK.Appflow;
new FlowProps {
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 |
Property flowName: The name of the flow. |
FlowDesc |
object |
Property flowDesc: The description of the flow. |
FlowId |
object |
Property flowId: The ID of the flow. |
FlowStatus |
object |
Property flowStatus: The status of the flow. |
LaunchFlow |
object |
Property launchFlow: Whether to launch the flow. |
Parameters |
object |
Property parameters: The parameters of the flow. |
Template |
object |
Property template: The template of the flow. |
TemplateId |
object |
Property templateId: The ID of the template. |
FlowName
Required
public object FlowName { get; set; }
- Type: object
Property flowName: The name of the flow.
FlowDesc
Optional
public object FlowDesc { get; set; }
- Type: object
Property flowDesc: The description of the flow.
FlowId
Optional
public object FlowId { get; set; }
- Type: object
Property flowId: The ID of the flow.
FlowStatus
Optional
public object FlowStatus { get; set; }
- Type: object
Property flowStatus: The status of the flow.
Allowed values: Enable: enable flow Disable: disable flow
LaunchFlow
Optional
public object LaunchFlow { get; set; }
- Type: object
Property launchFlow: Whether to launch the flow.
Parameters
Optional
public object Parameters { get; set; }
- Type: object
Property parameters: The parameters of the flow.
Template
Optional
public object Template { get; set; }
- Type: object
Property template: The template of the flow.
TemplateId
Optional
public object TemplateId { get; set; }
- Type: object
Property templateId: The ID of the template.