OBJECT
ScheduledReportEmailAttachment
link GraphQL Schema definition
- type ScheduledReportEmailAttachment {
- # Render the attached report as a CSV file with these options. Exactly one of the
- # format fields may be set.
- : CsvOptions
- # Render the attached report as an XLSX file with these options. Exactly one of
- # the format fields may be set.
- : XlsxOptions
- # When true, attach the report as HTML. Exactly one of the format fields may be
- # set.
- : Boolean
- # Render the attached report as a PDF with these options. Exactly one of the
- # format fields may be set.
- : PdfOptions
- # When true, the report attachment is delivered as a compressed ZIP archive.
- : Boolean
- # Password protecting the compressed attachment. Can only be set when `compress`
- # is enabled.
- : String
- # True when the stored `password` value is already encrypted rather than plain
- # text.
- : Boolean
- }