Spatio.Model.CreateCommentRequest (spatio_sdk v0.0.2)

Either body (preferred) or content (renderer parity with tasks) is required. Empty parentCommentId/blockId strings are treated as null.

Summary

Types

t()

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

Functions

decode(value)