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