ParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new ParametersProperty {
object ParamName,
object ParamValue
};
Properties
Name | Type | Description |
---|---|---|
ParamName |
object |
No description. |
ParamValue |
object |
No description. |
ParamName
Required
public object ParamName { get; set; }
- Type: object
ParamValue
Required
public object ParamValue { get; set; }
- Type: object