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. |
Location
Required
public object Location { get; set; }
- Type: object
ParameterType
Required
public object ParameterType { get; set; }
- Type: object
ServiceParameterName
Required
public object ServiceParameterName { get; set; }
- Type: object