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. |
FlowNameRequired
public object FlowName { get; set; }
- Type: object
ScheduleNameRequired
public object ScheduleName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object