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