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. |
GatewayId
Required
public object GatewayId { get; set; }
- Type: object
PluginClassId
Required
public object PluginClassId { get; set; }
- Type: object