Interface GetStreamsRequest

interface GetStreamsRequest {
    divertsFromStreamIdMask?: string;
    flowsIntoStreamIdMask?: string;
    officeMask?: string;
    stationUnit?: string;
    streamIdMask?: string;
}

Properties

divertsFromStreamIdMask?: string
flowsIntoStreamIdMask?: string
officeMask?: string
stationUnit?: string
streamIdMask?: string