RosRuleActionProps
Properties for defining a RosRuleAction.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-ruleaction
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosRuleActionProps {
object Configuration,
object RuleId,
object Type,
object ErrorActionFlag = null,
object IotInstanceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Configuration |
object |
No description. |
RuleId |
object |
No description. |
Type |
object |
No description. |
ErrorActionFlag |
object |
No description. |
IotInstanceId |
object |
No description. |
ConfigurationRequired
public object Configuration { get; set; }
- Type: object
RuleIdRequired
public object RuleId { get; set; }
- Type: object
TypeRequired
public object Type { get; set; }
- Type: object
ErrorActionFlagOptional
public object ErrorActionFlag { get; set; }
- Type: object
IotInstanceIdOptional
public object IotInstanceId { get; set; }
- Type: object