RosFlowProjectsProps
Properties for defining a RosFlowProjects
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-flowprojects
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new RosFlowProjectsProps {
object FlowProjectId = null,
object FlowProjectName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
FlowProjectId |
object |
No description. |
FlowProjectName |
object |
No description. |
RefreshOptions |
object |
No description. |
FlowProjectId
Optional
public object FlowProjectId { get; set; }
- Type: object
FlowProjectName
Optional
public object FlowProjectName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object