GapiSheetsV4Model.BaselineValueFormatSourcetype t = {comparisonType : string;The comparison type of key value with baseline value.
*)textFormat : TextFormat.t;Text formatting options for baseline value. The link field is not supported.
*)position : TextPosition.t;Specifies the horizontal text positioning of baseline value. This field is optional. If not specified, default positioning is used.
*)description : string;Description which is appended after the baseline value. This field is optional.
*)positiveColor : Color.t;Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positive_color_style.
*)positiveColorStyle : ColorStyle.t;Color to be used, in case baseline value represents a positive change for key value. This field is optional. If positive_color is also set, this field takes precedence.
*)negativeColor : Color.t;Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negative_color_style.
*)negativeColorStyle : ColorStyle.t;Color to be used, in case baseline value represents a negative change for key value. This field is optional. If negative_color is also set, this field takes precedence.
*)}