google_api_sheets v0.13.0 GoogleApi.Sheets.V4.Model.ConditionValue View Source

The value of the condition.

Attributes

  • relativeDate (type: String.t, default: nil) - 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.

  • userEnteredValue (type: String.t, default: nil) - A value the condition is based on. The value is parsed as if the user typed into a cell. Formulas are supported (and must begin with an = or a '+').

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Sheets.V4.Model.ConditionValue{
  relativeDate: String.t(),
  userEnteredValue: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.