Optionalfrom?: stringThe inclusive lower bound of the range. Must be an ISO 8601 date-time string with timezone offset.
Examples:
Optionalto?: stringThe exclusive upper bound of the range. Must be an ISO 8601 date-time string with timezone offset.
Examples:
A filter for ISO 8601 date-time ranges that include timezone information.
Supports partially or fully bounded intervals. At least one of
fromortomust be defined.fromis inclusive (>=)tois exclusive (<)