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. |
AllowedPattern
Optional
AllowedPattern *string
- Type: *string
AllowedValues
Optional
AllowedValues *[]interface{}
- Type: *[]interface{}
AssociationProperty
Optional
AssociationProperty *string
- Type: *string
AssociationPropertyMetadata
Optional
AssociationPropertyMetadata *map[string]interface{}
- Type: *map[string]interface{}
Confirm
Optional
Confirm *bool
- Type: *bool
ConstraintDescription
Optional
ConstraintDescription interface{}
- Type: interface{}
DefaultValue
Optional
DefaultValue interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Label
Optional
Label *string
- Type: *string
MaxLength
Optional
MaxLength *f64
- Type: *f64
MaxValue
Optional
MaxValue *f64
- Type: *f64
MinLength
Optional
MinLength *f64
- Type: *f64
MinValue
Optional
MinValue *f64
- Type: *f64
NoEcho
Optional
NoEcho *bool
- Type: *bool
Placeholder
Optional
Placeholder interface{}
- Type: interface{}
Required
Optional
Required *bool
- Type: *bool
TextArea
Optional
TextArea *bool
- Type: *bool
Type
Optional
Type RosParameterType
- Type: RosParameterType