Skip to content

SystemParametersProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.SystemParametersProperty {
    Location: interface{},
    ParameterName: interface{},
    ServiceParameterName: interface{},
    DemoValue: interface{},
    Description: interface{},
}

Properties

Name Type Description
Location interface{} No description.
ParameterName interface{} No description.
ServiceParameterName interface{} No description.
DemoValue interface{} No description.
Description interface{} No description.

LocationRequired

Location interface{}
  • Type: interface{}

ParameterNameRequired

ParameterName interface{}
  • Type: interface{}

ServiceParameterNameRequired

ServiceParameterName interface{}
  • Type: interface{}

DemoValueOptional

DemoValue interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}