Skip to content

ParametersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new ParametersProperty {
    object Key,
    object Value
};

Properties

Name Type Description
Key object No description.
Value object No description.

KeyRequired

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

ValueRequired

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