RosRuleProps
Properties for defining a RosRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-rule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosRuleProps {
object Name,
object DataType = null,
object IotInstanceId = null,
object ProductKey = null,
object ResourceGroupId = null,
object RuleAction = null,
object RuleDesc = null,
object Select = null,
object ShortTopic = null,
object StartRule = null,
object TopicType = null,
object Where = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
DataType |
object |
No description. |
IotInstanceId |
object |
No description. |
ProductKey |
object |
No description. |
ResourceGroupId |
object |
No description. |
RuleAction |
object |
No description. |
RuleDesc |
object |
No description. |
Select |
object |
No description. |
ShortTopic |
object |
No description. |
StartRule |
object |
No description. |
TopicType |
object |
No description. |
Where |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
DataType
Optional
public object DataType { get; set; }
- Type: object
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object
ProductKey
Optional
public object ProductKey { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RuleAction
Optional
public object RuleAction { get; set; }
- Type: object
RuleDesc
Optional
public object RuleDesc { get; set; }
- Type: object
Select
Optional
public object Select { get; set; }
- Type: object
ShortTopic
Optional
public object ShortTopic { get; set; }
- Type: object
StartRule
Optional
public object StartRule { get; set; }
- Type: object
TopicType
Optional
public object TopicType { get; set; }
- Type: object
Where
Optional
public object Where { get; set; }
- Type: object