google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.ConditionValue View Source
The value of the condition.
Attributes
relativeDate (String.t): A relative date (based on the current date). Valid only if the type is DATE_BEFORE, DATE_AFTER, DATE_ON_OR_BEFORE or DATE_ON_OR_AFTER. Relative dates are not supported in data validation. They are supported only in conditional formatting and conditional filters. Defaults to:
null
.- Enum - one of [RELATIVE_DATE_UNSPECIFIED, PAST_YEAR, PAST_MONTH, PAST_WEEK, YESTERDAY, TODAY, TOMORROW]
- userEnteredValue (String.t): A value the condition is based on. The value will be parsed as if the user typed into a cell. Formulas are supported (and must begin with an `=` or a '+'). Defaults to:
null
.