RosPluginAttachmentProps
Properties for defining a RosPluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-pluginattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosPluginAttachmentProps {
object ApiId,
object PluginId,
object StageName
};
Properties
Name | Type | Description |
---|---|---|
ApiId |
object |
No description. |
PluginId |
object |
No description. |
StageName |
object |
No description. |
ApiId
Required
public object ApiId { get; set; }
- Type: object
PluginId
Required
public object PluginId { get; set; }
- Type: object
StageName
Required
public object StageName { get; set; }
- Type: object