ToolsOzoneCommunicationDefsTemplateView Example Usage import { ToolsOzoneCommunicationDefsTemplateView } from "@speakeasy-api/bluesky/models/components"; let value: ToolsOzoneCommunicationDefsTemplateView = { id: "<id>", name: "<value>", contentMarkdown: "<value>", disabled: false, lastUpdatedBy: "<id>", createdAt: new Date("2023-08-19T12:20:52.263Z"), updatedAt: new Date("2024-03-21T15:17:35.920Z"), }; Fields Field Type Required Description id string ✔️ N/A name string ✔️ Name of the template. subject string ➖ Content of the template, can contain markdown and variable placeholders. contentMarkdown string ✔️ Subject of the message, used in emails. disabled boolean ✔️ N/A lang string ➖ Message language. lastUpdatedBy string ✔️ DID of the user who last updated the template. createdAt Date ✔️ N/A updatedAt Date ✔️ N/A