Interface PatchStreamLocationsWithNameRequest

interface PatchStreamLocationsWithNameRequest {
    name: string;
    streamLocation: StreamLocation;
}

Properties

Properties

name: string
streamLocation: StreamLocation