Skip to content

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.

CronExpressionRequired

public object CronExpression { get; set; }
  • Type: object

FlowNameRequired

public object FlowName { get; set; }
  • Type: object

ScheduleNameRequired

public object ScheduleName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

EnableOptional

public object Enable { get; set; }
  • Type: object

PayloadOptional

public object Payload { get; set; }
  • Type: object