ENUM

ReportAttachmentType

Description

ReportAttachmentType defines the attachment type for report emails.

link GraphQL Schema definition

  • enum ReportAttachmentType {
  • # CSV attachment type for report emails.
  • REPORT_ATTACHMENT_TYPE_CSV
  • # PDF attachment type for report emails.
  • REPORT_ATTACHMENT_TYPE_PDF
  • # Unspecified attachment type.
  • REPORT_ATTACHMENT_TYPE_UNSPECIFIED
  • }