Interface RaainApiGaugesFindMeasuresRequest

interface RaainApiGaugesFindMeasuresRequest {
    begin: string;
    end: string;
}

Properties

Properties

begin: string
end: string