RosHandshakeProps
Properties for defining a RosHandshake
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-handshake
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosHandshakeProps {
object TargetEntity,
object TargetType,
object Note = null
};
Properties
Name | Type | Description |
---|---|---|
TargetEntity |
object |
No description. |
TargetType |
object |
No description. |
Note |
object |
No description. |
TargetEntity
Required
public object TargetEntity { get; set; }
- Type: object
TargetType
Required
public object TargetType { get; set; }
- Type: object
Note
Optional
public object Note { get; set; }
- Type: object