RosPluginProps
Properties for defining a RosPlugin.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosPluginProps {
    object GatewayId,
    object PluginClassId
};
Properties
| Name | Type | Description | 
|---|---|---|
| GatewayId | object | No description. | 
| PluginClassId | object | No description. | 
GatewayIdRequired 
public object GatewayId { get; set; }
- Type: object
PluginClassIdRequired 
public object PluginClassId { get; set; }
- Type: object