Skip to content

RosParameterProps

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.RosParameterProps {
    AllowedPattern: *string,
    AllowedValues: *[]interface{},
    AssociationProperty: *string,
    AssociationPropertyMetadata: *map[string]interface{},
    Confirm: *bool,
    ConstraintDescription: interface{},
    DefaultValue: interface{},
    Description: interface{},
    Label: *string,
    MaxLength: *f64,
    MaxValue: *f64,
    MinLength: *f64,
    MinValue: *f64,
    NoEcho: *bool,
    Placeholder: interface{},
    Required: *bool,
    TextArea: *bool,
    Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.RosParameterType,
}

Properties

Name Type Description
AllowedPattern *string No description.
AllowedValues *[]interface{} No description.
AssociationProperty *string No description.
AssociationPropertyMetadata *map[string]interface{} No description.
Confirm *bool No description.
ConstraintDescription interface{} No description.
DefaultValue interface{} No description.
Description interface{} No description.
Label *string No description.
MaxLength *f64 No description.
MaxValue *f64 No description.
MinLength *f64 No description.
MinValue *f64 No description.
NoEcho *bool No description.
Placeholder interface{} No description.
Required *bool No description.
TextArea *bool No description.
Type RosParameterType No description.

AllowedPatternOptional

AllowedPattern *string
  • Type: *string

AllowedValuesOptional

AllowedValues *[]interface{}
  • Type: *[]interface{}

AssociationPropertyOptional

AssociationProperty *string
  • Type: *string

AssociationPropertyMetadataOptional

AssociationPropertyMetadata *map[string]interface{}
  • Type: *map[string]interface{}

ConfirmOptional

Confirm *bool
  • Type: *bool

ConstraintDescriptionOptional

ConstraintDescription interface{}
  • Type: interface{}

DefaultValueOptional

DefaultValue interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

LabelOptional

Label *string
  • Type: *string

MaxLengthOptional

MaxLength *f64
  • Type: *f64

MaxValueOptional

MaxValue *f64
  • Type: *f64

MinLengthOptional

MinLength *f64
  • Type: *f64

MinValueOptional

MinValue *f64
  • Type: *f64

NoEchoOptional

NoEcho *bool
  • Type: *bool

PlaceholderOptional

Placeholder interface{}
  • Type: interface{}

RequiredOptional

Required *bool
  • Type: *bool

TextAreaOptional

TextArea *bool
  • Type: *bool

TypeOptional

Type RosParameterType