Interface GetStreamReachesWithNameRequest

interface GetStreamReachesWithNameRequest {
    name: string;
    office: string;
    stationUnit?: string;
    streamId: string;
}

Properties

name: string
office: string
stationUnit?: string
streamId: string