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

A rule that may or may not match, depending on the condition.

Attributes

  • condition (BooleanCondition): The condition of the rule. If the condition evaluates to true, the format is applied. Defaults to: null.
  • format (CellFormat): The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color & background color. 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.BooleanRule{
  condition: GoogleApi.Sheets.V4.Model.BooleanCondition.t(),
  format: GoogleApi.Sheets.V4.Model.CellFormat.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.