PrimaryKeyProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new PrimaryKeyProperty {
object Name,
object Type
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Type |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object