RosPluginProps
Properties for defining a RosPlugin.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-plugin
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosPluginProps {
object PluginData,
object PluginName,
object PluginType,
object Description = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
PluginData |
object |
No description. |
PluginName |
object |
No description. |
PluginType |
object |
No description. |
Description |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
PluginDataRequired
public object PluginData { get; set; }
- Type: object
PluginNameRequired
public object PluginName { get; set; }
- Type: object
PluginTypeRequired
public object PluginType { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]