tools.ozone.communication.defs¶

class atproto_client.models.tools.ozone.communication.defs.TemplateView¶

Bases: ModelBase

Definition model for tools.ozone.communication.defs.

field content_markdown: str [Required]¶

Subject of the message, used in emails.

field created_at: str [Required]¶

Created at.

Constraints:
field disabled: bool [Required]¶

Disabled.

field id: str [Required]¶

Id.

field lang: str | None = None¶

Message language.

field last_updated_by: str [Required]¶

DID of the user who last updated the template.

Constraints:
field name: str [Required]¶

Name of the template.

field py_type: Literal['tools.ozone.communication.defs#templateView'] = 'tools.ozone.communication.defs#templateView'¶
field subject: str | None = None¶

Content of the template, can contain markdown and variable placeholders.

field updated_at: str [Required]¶

Updated at.

Constraints: