google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.ConditionalFormatRule View Source

A rule describing a conditional format.

Attributes

  • booleanRule (BooleanRule): The formatting is either "on" or "off" according to the rule. Defaults to: null.
  • gradientRule (GradientRule): The formatting will vary based on the gradients in the rule. Defaults to: null.
  • ranges ([GridRange]): The ranges that are formatted if the condition is true. All the ranges must be on the same grid. Defaults to: null.

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.ConditionalFormatRule{
  booleanRule: GoogleApi.Sheets.V4.Model.BooleanRule.t(),
  gradientRule: GoogleApi.Sheets.V4.Model.GradientRule.t(),
  ranges: [GoogleApi.Sheets.V4.Model.GridRange.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.