Skip to content

RosPluginClassProps

Properties for defining a RosPluginClass.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-pluginclass

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosPluginClassProps {
    Description: interface{},
    ExecutePriority: interface{},
    ExecuteStage: interface{},
    PluginClassName: interface{},
    Version: interface{},
    VersionDescription: interface{},
    WasmLanguage: interface{},
    WasmUrl: interface{},
    Alias: interface{},
    SupportedMinGatewayVersion: interface{},
}

Properties

Name Type Description
Description interface{} No description.
ExecutePriority interface{} No description.
ExecuteStage interface{} No description.
PluginClassName interface{} No description.
Version interface{} No description.
VersionDescription interface{} No description.
WasmLanguage interface{} No description.
WasmUrl interface{} No description.
Alias interface{} No description.
SupportedMinGatewayVersion interface{} No description.

DescriptionRequired

Description interface{}
  • Type: interface{}

ExecutePriorityRequired

ExecutePriority interface{}
  • Type: interface{}

ExecuteStageRequired

ExecuteStage interface{}
  • Type: interface{}

PluginClassNameRequired

PluginClassName interface{}
  • Type: interface{}

VersionRequired

Version interface{}
  • Type: interface{}

VersionDescriptionRequired

VersionDescription interface{}
  • Type: interface{}

WasmLanguageRequired

WasmLanguage interface{}
  • Type: interface{}

WasmUrlRequired

WasmUrl interface{}
  • Type: interface{}

AliasOptional

Alias interface{}
  • Type: interface{}

SupportedMinGatewayVersionOptional

SupportedMinGatewayVersion interface{}
  • Type: interface{}