Skip to content

RosClientInstanceAttachmentProps

Properties for defining a RosClientInstanceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eais;
new RosClientInstanceAttachmentProps {
    object ClientInstanceId,
    object InstanceId
};

Properties

Name Type Description
ClientInstanceId object No description.
InstanceId object No description.

ClientInstanceIdRequired

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

InstanceIdRequired

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