Skip to content

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

Name Type Description
RequestHttpMethod object No description.
RequestMode object No description.
RequestPath object No description.
RequestProtocol object No description.
BodyFormat object No description.
PostBodyDescription object No description.

RequestHttpMethodRequired

public object RequestHttpMethod { get; set; }
  • Type: object

RequestModeRequired

public object RequestMode { get; set; }
  • Type: object

RequestPathRequired

public object RequestPath { get; set; }
  • Type: object

RequestProtocolRequired

public object RequestProtocol { get; set; }
  • Type: object

BodyFormatOptional

public object BodyFormat { get; set; }
  • Type: object

PostBodyDescriptionOptional

public object PostBodyDescription { get; set; }
  • Type: object