RosScheduleProps
Properties for defining a RosSchedule
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-schedule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fnf;
new RosScheduleProps {
object FlowName,
object ScheduleName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
FlowName |
object |
No description. |
ScheduleName |
object |
No description. |
RefreshOptions |
object |
No description. |
FlowName
Required
public object FlowName { get; set; }
- Type: object
ScheduleName
Required
public object ScheduleName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object