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

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 (Color): The color this interpolation point should use. Defaults to: null.
  • type (String.t): How the value should be interpreted. Defaults to: null.

    • Enum - one of [INTERPOLATION_POINT_TYPE_UNSPECIFIED, MIN, MAX, NUMBER, PERCENT, PERCENTILE]
  • value (String.t): The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX. 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.InterpolationPoint{
  color: GoogleApi.Sheets.V4.Model.Color.t(),
  type: any(),
  value: any()
}

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.