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. |
PluginData
Required
public object PluginData { get; set; }
- Type: object
PluginName
Required
public object PluginName { get; set; }
- Type: object
PluginType
Required
public object PluginType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]