Skip to content

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.

FlowProjectIdOptional

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

FlowProjectNameOptional

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

RefreshOptionsOptional

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