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. |
NameRequired
public object Name { get; set; }
- Type: object
TypeRequired
public object Type { get; set; }
- Type: object