PluginProps
Properties for defining a Plugin.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.PluginProps {
GatewayId: interface{},
PluginClassId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
GatewayId |
interface{} |
Property gatewayId: The ID of the Gateway. |
PluginClassId |
interface{} |
Property pluginClassId: The ID of the plugin class. |
GatewayIdRequired
GatewayId interface{}
- Type: interface{}
Property gatewayId: The ID of the Gateway.
PluginClassIdRequired
PluginClassId interface{}
- Type: interface{}
Property pluginClassId: The ID of the plugin class.