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. |
NameRequired
public object Name { get; set; }
- Type: object
DataTypeOptional
public object DataType { get; set; }
- Type: object
IotInstanceIdOptional
public object IotInstanceId { get; set; }
- Type: object
ProductKeyOptional
public object ProductKey { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RuleActionOptional
public object RuleAction { get; set; }
- Type: object
RuleDescOptional
public object RuleDesc { get; set; }
- Type: object
SelectOptional
public object Select { get; set; }
- Type: object
ShortTopicOptional
public object ShortTopic { get; set; }
- Type: object
StartRuleOptional
public object StartRule { get; set; }
- Type: object
TopicTypeOptional
public object TopicType { get; set; }
- Type: object
WhereOptional
public object Where { get; set; }
- Type: object