Skip to content

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.

ParamNameRequired

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

ParamValueRequired

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