Skip to content

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.

GatewayIdRequired

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

PluginIdRequired

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

PluginConfigOptional

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