Interface GetStreamLocationsWithNameRequest

interface GetStreamLocationsWithNameRequest {
    areaUnit?: string;
    name: string;
    office: string;
    stageUnit?: string;
    stationUnit?: string;
    streamId: string;
}

Properties

areaUnit?: string
name: string
office: string
stageUnit?: string
stationUnit?: string
streamId: string