A cursor that identifies the page of results to return. This is used to
paginate the results of this API.
For the first page of results, this parameter can be left out.
For additional pages, use the value returned by the API in
the next_cursor field. Similarly the previous_cursor can be used to
reverse backwards in the list.
If this is a recurring report, this value is set to the
frequency by which the report will be executed. For example, a
monthly schedule means that this report will be periodically
executed at the start of each month.
Note that a weekly schedule means that the report is executed
at the start of every Monday.
The time zone in which the next execution will be scheduled. This
value is used to calculate this report's next_execution_at value
and is only relevant if this is a recurring report. This time zone
is also used to calculate the timestamp range for reports that use
date-time placeholders. Date-time placeholders are dynamic
timestamps that change with every report execution.
Contains the context values used to compute the value of date-time
placeholders such as month_start and month_end if present in
the report's specification. Date-time placeholders are dynamic
timestamps that change with every report execution.