INPUT_OBJECT
CreateReportScheduleInput
link GraphQL Schema definition
- input CreateReportScheduleInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the owning user.
- : ID!
- # Id of the scheduled report.
- : ID!
- # Schedule configuration: cadence, timezone, recipients, email body and report
- # attachment options. Stored as a JSON document.
- : ReportScheduleSchemaJSONString!
- # Revision when entity was lastly changed.
- : Int
- # Files attached to scheduled emails sent for this report.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }