Spatio.Model.UpdateCommentRequest (spatio_sdk v0.0.2)

Either body (preferred) or content is required.

Summary

Types

t()

@type t() :: %Spatio.Model.UpdateCommentRequest{
  body: String.t() | nil,
  content: String.t() | nil
}

Functions

decode(value)