Interface AnalyticsTemporalWindowExperimental

Half-open temporal window. start inclusive, end exclusive, both ISO-8601.

interface AnalyticsTemporalWindow {
    end: string;
    start: string;
}

Properties

Properties

end: string
start: string