google_api_script v0.15.1 GoogleApi.Script.V1.Model.Value View Source

Value represents a dynamically typed value which is the outcome of an executed script.

Attributes

  • boolValue (type: boolean(), default: nil) - Represents a boolean value.
  • bytesValue (type: String.t, default: nil) - Represents raw byte values.
  • dateValue (type: String.t, default: nil) - Represents a date in ms since the epoch.
  • listValue (type: GoogleApi.Script.V1.Model.ListValue.t, default: nil) - Represents a repeated Value.
  • nullValue (type: String.t, default: nil) - Represents a null value.
  • numberValue (type: float(), default: nil) - Represents a double value.
  • protoValue (type: map(), default: nil) - Represents a structured proto value.
  • stringValue (type: String.t, default: nil) - Represents a string value.
  • structValue (type: GoogleApi.Script.V1.Model.Struct.t, default: nil) - Represents a structured value.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Script.V1.Model.Value{
  boolValue: boolean(),
  bytesValue: String.t(),
  dateValue: String.t(),
  listValue: GoogleApi.Script.V1.Model.ListValue.t(),
  nullValue: String.t(),
  numberValue: float(),
  protoValue: map(),
  stringValue: String.t(),
  structValue: GoogleApi.Script.V1.Model.Struct.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.