SystemParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new SystemParametersProperty {
object Location,
object ParameterName,
object ServiceParameterName,
object DemoValue = null,
object Description = null
};
Properties
LocationRequired
public object Location { get; set; }
ParameterNameRequired
public object ParameterName { get; set; }
ServiceParameterNameRequired
public object ServiceParameterName { get; set; }
DemoValueOptional
public object DemoValue { get; set; }
DescriptionOptional
public object Description { get; set; }