Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new TableMetaProperty {
object Name = null,
object NewName = null,
object Tables = null,
object Type = null
};
Properties
| Name |
Type |
Description |
Name |
object |
No description. |
NewName |
object |
No description. |
Tables |
object |
No description. |
Type |
object |
No description. |
NameOptional
public object Name { get; set; }
NewNameOptional
public object NewName { get; set; }
TablesOptional
public object Tables { get; set; }
TypeOptional
public object Type { get; set; }