Skip to content

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.

NameOptional

public object Name { get; set; }
  • Type: object

NewNameOptional

public object NewName { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object