INPUT_OBJECT
UpdateReportScheduleInput
link GraphQL Schema definition
- input UpdateReportScheduleInput {
- : String
- # Unique identifier of entity.
- : ID!
- # 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!]
- }