google_api_sheets v0.24.1 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'123into the UI, this would be represented as astringValueof"123".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.