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

A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen.

Attributes

  • color (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - The color this interpolation point should use. Deprecated: Use color_style.
  • colorStyle (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - The color this interpolation point should use. If color is also set, this field takes precedence.
  • type (type: String.t, default: nil) - How the value should be interpreted.
  • value (type: String.t, default: nil) - The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.InterpolationPoint{
  color: GoogleApi.Sheets.V4.Model.Color.t() | nil,
  colorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.