Spatio.Model.Cell (spatio_sdk v0.0.2)

A single cell. value is the JSON-serializable cell contents; interpretation is provider-specific.

Summary

Types

t()

@type t() :: %Spatio.Model.Cell{
  column: String.t(),
  row: integer(),
  value: any() | nil
}

Functions

decode(value)