Skip to content

ServiceConfigProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.ServiceConfigProperty {
    ContentTypeCatagory: interface{},
    ContentTypeValue: interface{},
    FunctionComputeConfig: interface{},
    Mock: interface{},
    MockHeaders: interface{},
    MockResult: interface{},
    MockStatusCode: interface{},
    ServiceAddress: interface{},
    ServiceHttpMethod: interface{},
    ServicePath: interface{},
    ServiceProtocol: interface{},
    ServiceTimeOut: interface{},
    ServiceVpcEnable: interface{},
    VpcConfig: interface{},
}

Properties

Name Type Description
ContentTypeCatagory interface{} No description.
ContentTypeValue interface{} No description.
FunctionComputeConfig interface{} No description.
Mock interface{} No description.
MockHeaders interface{} No description.
MockResult interface{} No description.
MockStatusCode interface{} No description.
ServiceAddress interface{} No description.
ServiceHttpMethod interface{} No description.
ServicePath interface{} No description.
ServiceProtocol interface{} No description.
ServiceTimeOut interface{} No description.
ServiceVpcEnable interface{} No description.
VpcConfig interface{} No description.

ContentTypeCatagoryOptional

ContentTypeCatagory interface{}
  • Type: interface{}

ContentTypeValueOptional

ContentTypeValue interface{}
  • Type: interface{}

FunctionComputeConfigOptional

FunctionComputeConfig interface{}
  • Type: interface{}

MockOptional

Mock interface{}
  • Type: interface{}

MockHeadersOptional

MockHeaders interface{}
  • Type: interface{}

MockResultOptional

MockResult interface{}
  • Type: interface{}

MockStatusCodeOptional

MockStatusCode interface{}
  • Type: interface{}

ServiceAddressOptional

ServiceAddress interface{}
  • Type: interface{}

ServiceHttpMethodOptional

ServiceHttpMethod interface{}
  • Type: interface{}

ServicePathOptional

ServicePath interface{}
  • Type: interface{}

ServiceProtocolOptional

ServiceProtocol interface{}
  • Type: interface{}

ServiceTimeOutOptional

ServiceTimeOut interface{}
  • Type: interface{}

ServiceVpcEnableOptional

ServiceVpcEnable interface{}
  • Type: interface{}

VpcConfigOptional

VpcConfig interface{}
  • Type: interface{}