Interface RaainApiRainsFindOneTimeframeCumulativeRequest

interface RaainApiRainsFindOneTimeframeCumulativeRequest {
    format: "timeframeCumulative";
    begin: string;
    end: string;
    provider: string;
    timeStepInMinutes: string;
    forced?: string;
    windowInMinutes?: string;
}

Properties

format: "timeframeCumulative"
begin: string
end: string
provider: string
timeStepInMinutes: string
forced?: string
windowInMinutes?: string