TablesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new TablesProperty {
object Name = null,
object NewName = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
NewName |
object |
No description. |
Type |
object |
No description. |
Name
Optional
public object Name { get; set; }
- Type: object
NewName
Optional
public object NewName { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object