Skip to content

RelativeTimeRange🔗

RelativeTimeRange is the per query start and end time

for requests.

Definition🔗

public class RelativeTimeRange {
  public Long from;
  public Long to;
}