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. |
RuleIdRequired
public object RuleId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object