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:
func = Validated by:
string_formats.validate_datetime()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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:
func = Validated by:
string_formats.validate_did()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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:
func = Validated by:
string_formats.validate_datetime()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined