Skip to content

RosApiProps

Properties for defining a RosApi.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-api

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosApiProps {
    ApiName: interface{},
    GroupId: interface{},
    RequestConfig: interface{},
    ServiceConfig: interface{},
    Visibility: interface{},
    AllowSignatureMethod: interface{},
    AppCodeAuthType: interface{},
    AuthType: interface{},
    ConstParameters: interface{},
    Description: interface{},
    DisableInternet: interface{},
    ErrorCodeSamples: interface{},
    FailResultSample: interface{},
    ForceNonceCheck: interface{},
    OpenIdConnectConfig: interface{},
    RequestParameters: interface{},
    ResultBodyModel: interface{},
    ResultDescriptions: interface{},
    ResultSample: interface{},
    ResultType: interface{},
    ServiceParameters: interface{},
    ServiceParametersMap: interface{},
    SystemParameters: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway.RosApi.TagsProperty,
    WebSocketApiType: interface{},
}

Properties

Name Type Description
ApiName interface{} No description.
GroupId interface{} No description.
RequestConfig interface{} No description.
ServiceConfig interface{} No description.
Visibility interface{} No description.
AllowSignatureMethod interface{} No description.
AppCodeAuthType interface{} No description.
AuthType interface{} No description.
ConstParameters interface{} No description.
Description interface{} No description.
DisableInternet interface{} No description.
ErrorCodeSamples interface{} No description.
FailResultSample interface{} No description.
ForceNonceCheck interface{} No description.
OpenIdConnectConfig interface{} No description.
RequestParameters interface{} No description.
ResultBodyModel interface{} No description.
ResultDescriptions interface{} No description.
ResultSample interface{} No description.
ResultType interface{} No description.
ServiceParameters interface{} No description.
ServiceParametersMap interface{} No description.
SystemParameters interface{} No description.
Tags *[]TagsProperty No description.
WebSocketApiType interface{} No description.

ApiNameRequired

ApiName interface{}
  • Type: interface{}

GroupIdRequired

GroupId interface{}
  • Type: interface{}

RequestConfigRequired

RequestConfig interface{}
  • Type: interface{}

ServiceConfigRequired

ServiceConfig interface{}
  • Type: interface{}

VisibilityRequired

Visibility interface{}
  • Type: interface{}

AllowSignatureMethodOptional

AllowSignatureMethod interface{}
  • Type: interface{}

AppCodeAuthTypeOptional

AppCodeAuthType interface{}
  • Type: interface{}

AuthTypeOptional

AuthType interface{}
  • Type: interface{}

ConstParametersOptional

ConstParameters interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DisableInternetOptional

DisableInternet interface{}
  • Type: interface{}

ErrorCodeSamplesOptional

ErrorCodeSamples interface{}
  • Type: interface{}

FailResultSampleOptional

FailResultSample interface{}
  • Type: interface{}

ForceNonceCheckOptional

ForceNonceCheck interface{}
  • Type: interface{}

OpenIdConnectConfigOptional

OpenIdConnectConfig interface{}
  • Type: interface{}

RequestParametersOptional

RequestParameters interface{}
  • Type: interface{}

ResultBodyModelOptional

ResultBodyModel interface{}
  • Type: interface{}

ResultDescriptionsOptional

ResultDescriptions interface{}
  • Type: interface{}

ResultSampleOptional

ResultSample interface{}
  • Type: interface{}

ResultTypeOptional

ResultType interface{}
  • Type: interface{}

ServiceParametersOptional

ServiceParameters interface{}
  • Type: interface{}

ServiceParametersMapOptional

ServiceParametersMap interface{}
  • Type: interface{}

SystemParametersOptional

SystemParameters interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

WebSocketApiTypeOptional

WebSocketApiType interface{}
  • Type: interface{}