INPUT_OBJECT
Filter input events of a report component to a range of time within a report.
input ReportComponentRangeFilter {# The report-relative start time, in milliseconds.startTime: Int!# The report-relative end time, in milliseconds.endTime: Int!}