Spatio.Model.RichTextObject (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.RichTextObject{
  annotations: Spatio.Model.TextAnnotations.t() | nil,
  href: String.t() | nil,
  text: String.t() | nil,
  type: String.t()
}

Functions

decode(value)