PluginInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new PluginInfoProperty {
object GatewayId,
object PluginId,
object PluginConfig = null
};
Properties
Name | Type | Description |
---|---|---|
GatewayId |
object |
No description. |
PluginId |
object |
No description. |
PluginConfig |
object |
No description. |
GatewayId
Required
public object GatewayId { get; set; }
- Type: object
PluginId
Required
public object PluginId { get; set; }
- Type: object
PluginConfig
Optional
public object PluginConfig { get; set; }
- Type: object