RosPluginAttachmentProps
Properties for defining a RosPluginAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosPluginAttachmentProps {
object PluginInfo,
object AttachResourceId = null,
object AttachResourceIds = null,
object AttachResourceType = null,
object Enable = null,
object EnvironmentId = null
};
Properties
Name | Type | Description |
---|---|---|
PluginInfo |
object |
No description. |
AttachResourceId |
object |
No description. |
AttachResourceIds |
object |
No description. |
AttachResourceType |
object |
No description. |
Enable |
object |
No description. |
EnvironmentId |
object |
No description. |
PluginInfo
Required
public object PluginInfo { get; set; }
- Type: object
AttachResourceId
Optional
public object AttachResourceId { get; set; }
- Type: object
AttachResourceIds
Optional
public object AttachResourceIds { get; set; }
- Type: object
AttachResourceType
Optional
public object AttachResourceType { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object
EnvironmentId
Optional
public object EnvironmentId { get; set; }
- Type: object