Skip to content

RequestConfigProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RequestConfigProperty {
    RequestHttpMethod: interface{},
    RequestMode: interface{},
    RequestPath: interface{},
    RequestProtocol: interface{},
    BodyFormat: interface{},
    PostBodyDescription: interface{},
}

Properties

Name Type Description
RequestHttpMethod interface{} No description.
RequestMode interface{} No description.
RequestPath interface{} No description.
RequestProtocol interface{} No description.
BodyFormat interface{} No description.
PostBodyDescription interface{} No description.

RequestHttpMethodRequired

RequestHttpMethod interface{}
  • Type: interface{}

RequestModeRequired

RequestMode interface{}
  • Type: interface{}

RequestPathRequired

RequestPath interface{}
  • Type: interface{}

RequestProtocolRequired

RequestProtocol interface{}
  • Type: interface{}

BodyFormatOptional

BodyFormat interface{}
  • Type: interface{}

PostBodyDescriptionOptional

PostBodyDescription interface{}
  • Type: interface{}