Skip to content

PluginProps

Properties for defining a Plugin.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-plugin

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new PluginProps {
    object GatewayId,
    object PluginClassId
};

Properties

Name Type Description
GatewayId object Property gatewayId: The ID of the Gateway.
PluginClassId object Property pluginClassId: The ID of the plugin class.

GatewayIdRequired

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

Property gatewayId: The ID of the Gateway.


PluginClassIdRequired

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

Property pluginClassId: The ID of the plugin class.