Interface RaainApiRadarsFindMeasuresRequest

interface RaainApiRadarsFindMeasuresRequest {
    begin: string;
    end: string;
    withValues: string;
}

Properties

Properties

begin: string
end: string
withValues: string