Skip to content

RosRulesProps

Properties for defining a RosRules.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pvtz-rules

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosRulesProps {
    object EndpointId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
EndpointId object No description.
RefreshOptions object No description.

EndpointIdOptional

public object EndpointId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object