RosPluginClassProps
Properties for defining a RosPluginClass
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginclass
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosPluginClassProps {
object Description,
object ExecutePriority,
object ExecuteStage,
object PluginClassName,
object Version,
object VersionDescription,
object WasmLanguage,
object WasmUrl,
object Alias = null,
object SupportedMinGatewayVersion = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
No description. |
ExecutePriority |
object |
No description. |
ExecuteStage |
object |
No description. |
PluginClassName |
object |
No description. |
Version |
object |
No description. |
VersionDescription |
object |
No description. |
WasmLanguage |
object |
No description. |
WasmUrl |
object |
No description. |
Alias |
object |
No description. |
SupportedMinGatewayVersion |
object |
No description. |
Description
Required
public object Description { get; set; }
- Type: object
ExecutePriority
Required
public object ExecutePriority { get; set; }
- Type: object
ExecuteStage
Required
public object ExecuteStage { get; set; }
- Type: object
PluginClassName
Required
public object PluginClassName { get; set; }
- Type: object
Version
Required
public object Version { get; set; }
- Type: object
VersionDescription
Required
public object VersionDescription { get; set; }
- Type: object
WasmLanguage
Required
public object WasmLanguage { get; set; }
- Type: object
WasmUrl
Required
public object WasmUrl { get; set; }
- Type: object
Alias
Optional
public object Alias { get; set; }
- Type: object
SupportedMinGatewayVersion
Optional
public object SupportedMinGatewayVersion { get; set; }
- Type: object