Skip to content

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.

PluginInfoRequired

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

AttachResourceIdOptional

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

AttachResourceIdsOptional

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

AttachResourceTypeOptional

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

EnableOptional

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

EnvironmentIdOptional

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