Spatio.Model.CommentAuthor (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CommentAuthor{
  email: String.t(),
  id: String.t(),
  name: String.t(),
  profilePhoto: Uri | nil
}

Functions

decode(value)