ConstParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new ConstParametersProperty {
object ConstValue,
object Location,
object ServiceParameterName,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
ConstValue |
object |
No description. |
Location |
object |
No description. |
ServiceParameterName |
object |
No description. |
Description |
object |
No description. |
ConstValue
Required
public object ConstValue { get; set; }
- Type: object
Location
Required
public object Location { get; set; }
- Type: object
ServiceParameterName
Required
public object ServiceParameterName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object