google_api_sheets v0.16.0 GoogleApi.Sheets.V4.Model.ExtendedValue View Source

The kinds of value that a cell in a spreadsheet can have.

Attributes

  • boolValue (type: boolean(), default: nil) - Represents a boolean value.
  • errorValue (type: GoogleApi.Sheets.V4.Model.ErrorValue.t, default: nil) - Represents an error. This field is read-only.
  • formulaValue (type: String.t, default: nil) - Represents a formula.
  • numberValue (type: float(), default: nil) - Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in "serial number" format.
  • stringValue (type: String.t, default: nil) - Represents a string value. Leading single quotes are not included. For example, if the user typed '123 into the UI, this would be represented as a stringValue of "123".

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.ExtendedValue{
  boolValue: boolean(),
  errorValue: GoogleApi.Sheets.V4.Model.ErrorValue.t(),
  formulaValue: String.t(),
  numberValue: float(),
  stringValue: String.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.