ProtoRune.Tools.Ozone.Communication.Defs.TemplateView (proto_rune v0.1.1)

Generated schema for templateView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.Tools.Ozone.Communication.Defs.TemplateView{
  content_markdown: String.t(),
  created_at: String.t(),
  disabled: boolean(),
  id: String.t(),
  lang: String.t(),
  last_updated_by: String.t(),
  name: String.t(),
  subject: String.t(),
  updated_at: String.t()
}