Skip to content

DBMappingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new DBMappingsProperty {
    object CharacterSetName,
    object DbName,
    object DbDescription = null
};

Properties

Name Type Description
CharacterSetName object No description.
DbName object No description.
DbDescription object No description.

CharacterSetNameRequired

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

DbNameRequired

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

DbDescriptionOptional

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