OptionGroupOptionSetting class

Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

Constructors

OptionGroupOptionSetting({String? allowedValues, String? applyType, String? defaultValue, bool? isModifiable, bool? isRequired, List<MinimumEngineVersionPerAllowedValue>? minimumEngineVersionPerAllowedValue, String? settingDescription, String? settingName})
OptionGroupOptionSetting.fromXml(XmlElement elem)
factory

Properties

allowedValues String?
Indicates the acceptable values for the option group option.
final
applyType String?
The DB engine specific parameter type for the option group option.
final
defaultValue String?
The default value for the option group option.
final
hashCode int
The hash code for this object.
no setterinherited
isModifiable bool?
Boolean value where true indicates that this option group option can be changed from the default value.
final
isRequired bool?
Boolean value where true indicates that a value must be specified for this option setting of the option group option.
final
minimumEngineVersionPerAllowedValue List<MinimumEngineVersionPerAllowedValue>?
The minimum DB engine version required for the corresponding allowed value for this option setting.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingDescription String?
The description of the option group option.
final
settingName String?
The name of the option group option.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited