RequestConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RequestConfigProperty {
object RequestHttpMethod,
object RequestMode,
object RequestPath,
object RequestProtocol,
object BodyFormat = null,
object PostBodyDescription = null
};
Properties
RequestHttpMethod
Required
public object RequestHttpMethod { get; set; }
RequestMode
Required
public object RequestMode { get; set; }
RequestPath
Required
public object RequestPath { get; set; }
RequestProtocol
Required
public object RequestProtocol { get; set; }
BodyFormat
Optional
public object BodyFormat { get; set; }
PostBodyDescription
Optional
public object PostBodyDescription { get; set; }