RosRuleProps
Properties for defining a RosRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pvtz-rule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosRuleProps {
object RuleId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
RuleId |
object |
No description. |
RefreshOptions |
object |
No description. |
RuleId
Required
public object RuleId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object