GraphQL OBJECT
Absolute time period filter. This is only available for time dimensions.
type AbsoluteBiTimePeriodFilter {# Start date of the absolute time period filter.begin: DateTime! # End date of the absolute time period filter.end: DateTime! }