__PACKAGE__->class_documentation({description=> ' Describes the values of the interpolation points in a gradient scale, dataBar or iconSet. ',
class=> 'ConditionalFormattingValue',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'is_gte'=> {
datatype=> 'boolean',
base_name=> 'IsGTE',
description=> 'Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. `false` indicates `greater than` is used instead of `greater than or equal to`. Default value is true. ',
format=> '',
read_only=> '',
},
'type'=> {
datatype=> 'string',
base_name=> 'Type',
description=> 'Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set "Value" to null. ',
format=> '',
read_only=> '',
},
'value'=> {
datatype=> 'string',
base_name=> 'Value',
description=> 'Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. ',