SystemParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new SystemParametersProperty {
object Location,
object ParameterName,
object ServiceParameterName,
object DemoValue = null,
object Description = null
};
Properties
Location
Required
public object Location { get; set; }
ParameterName
Required
public object ParameterName { get; set; }
ServiceParameterName
Required
public object ServiceParameterName { get; set; }
DemoValue
Optional
public object DemoValue { get; set; }
Description
Optional
public object Description { get; set; }