parseur.schemas.export_config¶
Classes¶
Type of an export configuration. |
|
Read schema for a mailbox export configuration. |
|
Validate/serialize the body sent when creating or updating an export config. |
Module Contents¶
- class parseur.schemas.export_config.ExportType[source]¶
Bases:
str,enum.EnumType of an export configuration.
PARSER: export the document-level result (one row per document).PARSER_FIELD: export the rows of a table field.
- class parseur.schemas.export_config.ExportConfigReadSchema[source]¶
Bases:
parseur.schemas.BaseSchemaRead schema for a mailbox export configuration.
- class parseur.schemas.export_config.ExportConfigWriteSchema[source]¶
Bases:
parseur.schemas.BaseSchemaValidate/serialize the body sent when creating or updating an export config.
Unknown fields are rejected so read-only properties and typos never reach the API silently.