View Source GoogleApi.Sheets.V4.Model.ConditionValue (google_api_sheets v0.34.0)

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 '+').

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.ConditionValue{
  relativeDate: String.t() | nil,
  userEnteredValue: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.