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. |
FlowName
Required
public object FlowName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object