Skip to content

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.

FlowNameRequired

public object FlowName { get; set; }
  • Type: object

FlowDescOptional

public object FlowDesc { get; set; }
  • Type: object

FlowIdOptional

public object FlowId { get; set; }
  • Type: object

FlowStatusOptional

public object FlowStatus { get; set; }
  • Type: object

LaunchFlowOptional

public object LaunchFlow { get; set; }
  • Type: object

ParametersOptional

public object Parameters { get; set; }
  • Type: object

TemplateOptional

public object Template { get; set; }
  • Type: object

TemplateIdOptional

public object TemplateId { get; set; }
  • Type: object