Interface GetStreamLocationsWithOfficeWithNameDownstreamLocationsRequest

interface GetStreamLocationsWithOfficeWithNameDownstreamLocationsRequest {
    allDownstream?: boolean;
    areaUnit?: string;
    name: string;
    office: string;
    sameStreamOnly?: boolean;
    stageUnit?: string;
    stationUnit?: string;
}

Properties

allDownstream?: boolean
areaUnit?: string
name: string
office: string
sameStreamOnly?: boolean
stageUnit?: string
stationUnit?: string