Skip to content

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.

ApiIdRequired

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

PluginIdRequired

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

StageNameRequired

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