ServiceParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new ServiceParametersProperty {
object Location,
object ParameterType,
object ServiceParameterName
};
Properties
| Name | Type | Description |
|---|---|---|
Location |
object |
No description. |
ParameterType |
object |
No description. |
ServiceParameterName |
object |
No description. |
LocationRequired
public object Location { get; set; }
- Type: object
ParameterTypeRequired
public object ParameterType { get; set; }
- Type: object
ServiceParameterNameRequired
public object ServiceParameterName { get; set; }
- Type: object