VisualizationMetricTimeFrameInput
A time frame is used to create temporal bounds for your visualizationMetricData query. It consists simply of start and end timestamps.
This page contains
Fields
start DateTime! | The starting timestamp for the time frame of your query. RFC-3339 compliant Date/Time, e.g. 2020-01-01T01:23:45Z |
end DateTime! | The ending timestamp for the time frame of your query. RFC-3339 compliant Date/Time, e.g. 2020-01-01T01:23:45Z |
aggregation VisualizationDatasetGranularity | The aggregation of your query. Default is DAY when set to NONE, or not provided. |